移动版 Facebook 应用程序进入重定向循环
我使用 C# SDK 开发了一个 Facebook 应用程序,它运行良好。现在我也想在手机上启用它,所以我尝试将“移动网址”设置为与我的画布网址(这是一个 cloudapp.net 地址)相同的网址。但是,当我尝试从移动设备访问它时,它似乎进入了涉及我的画布 url、apps.facebook url 和 m.facebook/apps url 的重定向循环。有时它会脱离循环,我收到 Facebook 错误消息:“该应用程序的移动版本不可用,因为它配置错误。它似乎陷入了重定向循环。”
我认为这可能与 webconfig 文件中的 facebooksettings 指定我的 cloudapp 页面应重定向到 apps.facebook.com 页面,然后重定向到移动 URL 等事实有关。有人可以告诉我如何解决这个问题 - 我只希望我的移动网址与我的画布网址相同。
谢谢。
I have developed a Facebook app using the C# SDK and it is working fine. Now I want to also enable it on mobiles, so I tried to set the "mobile url" to the same one as my canvas url (which is a cloudapp.net address). However, when I try to access it from a mobile, it seems to go into a redirect loop involving my canvas url, the apps.facebook url and the m.facebook/apps url. Sometimes it goes out of the loop and I get the facebook error message saying : "the mobile version of the app is unavailable because it is misconfigured. It appears to be caught in a redirect loop."
I think it may have to do with the fact that the facebooksettings in the webconfig file specify that my cloudapp page should redirect to the apps.facebook.com page, which then redirects to the mobile url and so on. Can someone tell me how to solve this problem - I just want my mobile url to be the same as my canvas url.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果请求来自移动设备,请添加额外的逻辑
对于 v6、
对于 v5,
If the request is from mobile add extra logic
For v6,
For v5,