Deauthorize page tab notification

谁都会走 提交于 2019-12-22 07:51:43

问题


Does anyone know if the deauthorize callback works for page tab applications? I've set this in the developer settings and it doesn't seem to work.

The page in question never even gets touched. I have logging in place to see if the page is hit but nothing shows. Anyone else got this working?

Thanks


回答1:


Is the page being accessed? Check your log files to see if your callback has been hit.

Last time I inspected our process, the signed_request value was not passed, instead the callback was still receiving the value in $_REQUEST['fb_page_id'] instead. You should also see a signature value which you can use to validate the request using the pre signed_request methodology.



来源:https://stackoverflow.com/questions/8000163/deauthorize-page-tab-notification

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!