We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The method GetLoginUrl returns the Uri https://m.facebook.com/dialog/oauth?client_id=524820880901242&redirect_uri=https://www.facebook.com/connect/login_success.html&response_type=token&display=touch&scope=publish_checkins,manage_notifications
and that Uri always gives the error WebBrowserNavigationException when you want to avigate with the BrowserControl of the Windows Phone
The text was updated successfully, but these errors were encountered:
@masterdimar @prabirshrestha This is likely part of Facebook.dll. Assigning to Prabir for investigation.
Sorry, something went wrong.
yes i am also same exception
{ "error": { "message": "Invalid verification code format.", "type": "OAuthException", "code": 100 } }
i think facebook dosent allow this type of browser logins anymore.it should be done by APP ONLY
prabirshrestha
No branches or pull requests
The method GetLoginUrl returns the Uri https://m.facebook.com/dialog/oauth?client_id=524820880901242&redirect_uri=https://www.facebook.com/connect/login_success.html&response_type=token&display=touch&scope=publish_checkins,manage_notifications
and that Uri always gives the error WebBrowserNavigationException when you want to avigate with the BrowserControl of the Windows Phone
The text was updated successfully, but these errors were encountered: