-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Not able to go to facebook url #20
Comments
You need to put your app's URL in a few places and it should be an https. I'll assume you're in development and using localhost as I was: go here: https://developers.facebook.com/apps/__YOUR_APP_ID__/settings/basic/
go here: https://developers.facebook.com/apps/__YOUR_APP_ID__/fb-login/settings/
At that point facebook should at least send you back to your callback as long as you're trying to authenticate as a developer on the app. If you want to test with other users you'll need to add them as test users on the app. Good luck... these directions will probably become irrelevant within a few months :( |
I added For apps domain, I added |
Not working for me. :( |
Its actually because the server is using port 8080 not 3000. The read me is incorrect. |
Getting this error
Can't load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and sub-domains of your app to the App Domains field in your app settings.
after clicking Login with Facebook link.
Can any one help me with this?
The text was updated successfully, but these errors were encountered: