Facebook 应用程序,连续重定向?
有人知道为什么我的 Facebook 应用程序不断循环重定向吗?
http://apps.facebook.com/freemoviedb/
Does anybody have any idea why my facebook app keeps redirecting in a loop?
http://apps.facebook.com/freemoviedb/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果你使用 $facebook->requireLogin();使用旧的 REST-API...不要!
它时不时就会坏掉。您应该使用重定向版本:
示例如下: http://developers.facebook.com/docs/authentication/
If u are using $facebook->requireLogin(); with teh old REST-API... DONT!
It's broken from time to time. You should use the redirect version:
Sample here: http://developers.facebook.com/docs/authentication/
我遇到了同样的问题,因为我的服务器不支持外部服务器的 cURL 请求 - 检查 cURL 支持。
I experienced the same problem because my server didn't support cURL requests for external servers - check cURL support.