-
Notifications
You must be signed in to change notification settings - Fork 88
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 while getting getAccessToken #3
Comments
It's an error with the Facebook app you've created. I had the same issue and I had to transfer it to my web server with a proper domain for it to work. I have to say, I've spent good hour figuring it out myself. Hope it helps. |
Someone should really update the readme to reflect this. |
If you don't have an external domain, you can turn on "Embedded Browser OAuth Login" and add "http://localhost:3000" to your "Valid OAuth redirect URIs" to get this to work |
see this https://github.com/samj1912/fbrecog |
Is there a fix for this already? |
Hi ,
I hit the below url
http://localhost:3000/getAccessToken
I am getting the below error
Given URL is not allowed by the Application configuration: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.
Help me with this
Thanks,
Sarath
The text was updated successfully, but these errors were encountered: