Skip to content
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

Open
saleemnasa opened this issue Mar 5, 2018 · 4 comments
Open

Not able to go to facebook url #20

saleemnasa opened this issue Mar 5, 2018 · 4 comments

Comments

@saleemnasa
Copy link

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?

@DaveSeidman
Copy link

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/

  • Add the full path of your callback URL here: Valid OAuth Redirect URIs

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 :(

@neihcnim
Copy link

neihcnim commented Jul 28, 2018

I added
http://localhost:3000/login
to Add Platform, Website

For apps domain, I added
localhost
It is working for me. HTH.

@rafamontoya
Copy link

Not working for me. :(

@Norman-Potts
Copy link

Its actually because the server is using port 8080 not 3000. The read me is incorrect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants