身份验证在 MVC3 中不起作用
我正在开发 Facebook 画布应用程序。我使用最新的 ASP.net MVC3 RC2 创建了一个示例项目,并使用与示例 (MVC2) 中提供的完全相同的设置。但这不起作用。用户单击允许
授予权限后,网站和 Facebook 之间会出现无休止的重定向。有人对这个问题有经验吗?这个问题有什么解决方法吗?
I am working on a Facebook canvas application. I created a sample project using the latest ASP.net MVC3 RC2, and use the exactly same settings as provided in the sample (MVC2). But it's not working. After a user clicks Allow
to grant the permission, there are an unending redirects between the site and Facebook. Does anybody have experience on this problem? Any workaround for this issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在网络表单应用程序中遇到了同样的问题。但是,将“网站”选项卡(在 Facebook 应用程序注册设置中)下的“站点 URL”设置为“画布 URL”(在 Facebook 集成设置下)后,错误得到解决。
I had the same issue in web forms application. But the error resolved after setting Site URL under Website tab (in facebook app registration settings) to Canvas URL (under facebook integration settings).
该错误已通过 Facebook C# SDK 解决...
The error is solved by the Facebook C# SDK...