无法使用oauth登录Facebook

时间:2015-07-07 13:03:49

标签: android facebook visual-studio-2012 xamarin

我正在使用Xamarin oauth登录facebook 我从this url

下载了示例应用程序

我创建了一个Facebook应用程序并获得了应用程序ID

我尝试在代码块中替换应用程序ID

var auth = new OAuth2Authenticator (
                clientId: "113265011xxxx6",
                scope: "",
            authorizeUrl: new Uri ("https://m.facebook.com/dialog/oauth/"),
            redirectUrl: new Uri ("http://www.facebook.com/connect/login_success.html"));

            auth.AllowCancel = allowCancel;

当我尝试登录facebook时,我得到了以下错误屏幕

enter image description here

1 个答案:

答案 0 :(得分:1)

转到此网址here 并在客户端OAuth设置下启用“Client OAuth login。”

enter image description here

同时为Valid OAuth redirect URIs

提供有效网址