-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
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
Error trying to login #23
Comments
Never mind... The answer was obvious a moment later. I had forgotten to add the android.permission.INTERNET to my app manifest. It would be good for the SDK to check for this missing permission and give a clearer error. (Or, minimally, add a line to the readme). David |
OK, good feedback, I updated the README and will push a new version soon. Will try to add a check in the application logic, too, to warn the developer if the app does not have android.permission.INTERNET |
Ios license 2016 09
What does it mean when I press the initial login button and get an error:
"Login failed: The page could not be opened because the URL is invalid"
on the URL:
https://graph.facebook.com/oauth/authorize?display=touch&scope=publish_stream,read_stream,offline_access&client_id=133298473348898&type=user_agent&redirect_uri=fbconnect://success
Thanks,
David
The text was updated successfully, but these errors were encountered: