Auth loop in facebook

淺唱寂寞╮ 提交于 2020-01-05 06:07:09

问题


i am new in Developing Facebook App.I just saw a tutorial on facebook and start developing the App.Everything was going fine but when i click on App the App goes in an infinite loop of Authentication and web address keep on incrementing the auth part.I had seen 100 of tutorials on developing facebook app but all of them goes into an infinte loop.what could be the reason?Anyone please let me know.Some people say it as White Screen of Death


回答1:


When user comes to your canvas, then you look for the signed_request including access token otherwise you redirect to authorization page, then use grants authorization it come backs to your canvas, here:
somehow you can't get the access token, the loop starts.



来源:https://stackoverflow.com/questions/7142142/auth-loop-in-facebook

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