Subject: Facebook authentication issue
Hi!
I'm trying to authenticate to facebook using X-FACEBOOK-PLATFORM from my ASP.NET application. I copied the code from this article http://www.ag-software.net/matrix-xmpp-sdk/matrix-develope…
but I get the "not-authorized" issue
I added the xmpp_login permission to the authentication options
But I didn't find any xmpp_login permission on my FB application configuration page.
Any ideas what should I do?
Thank you!
I'm trying to authenticate to facebook using X-FACEBOOK-PLATFORM from my ASP.NET application. I copied the code from this article http://www.ag-software.net/matrix-xmpp-sdk/matrix-develope…
but I get the "not-authorized" issue
- <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
- <not-authorized />
- </failure>
I added the xmpp_login permission to the authentication options
- x.Scope.Add("email, user_friends, read_friendlists, manage_pages, publish_actions");
- x.Scope.Add("read_stream, xmpp_login");
- x.AppId = "150341...";
- x.AppSecret = "5670251a8656...";
But I didn't find any xmpp_login permission on my FB application configuration page.
Any ideas what should I do?
Thank you!