我在从服务器端对用户进行身份验证方面苦苦挣扎了大约 2 天。使用 asp.net 4、c# web 表单并开始使用 C# SDK,为页面选项卡构建应用程序。我需要使用 Oauth 诊断对用户进行身份验证。如果我使用Response.Redirect
,我会在选项卡上看到一个空白屏幕。根据http://developers.facebook.com/docs/authentication/pagetab/
我需要发送一个 JS 命令来更改 window.top.location 但我该怎么做呢?
我的登录网址: https ://www.facebook.com/dialog/oauth?client_id=482264391791260&redirect_uri=http://www.facebook.com/pages/null/153715871344670/?sk=app_482264391791260&response_type=code&display=popup&scope=email 谢谢!