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

Update instructions to prepend 'http://' to Valid OAuth redirect URIs #517

Open
bentonwong opened this issue Feb 6, 2018 · 2 comments
Open

Comments

@bentonwong
Copy link

The current instructions state:

'In the Valid OAuth redirect URIs field, enter localhost:3000/auth/facebook/callback...'

Student reported error when leaving out the preceding 'http://' in the address. Suggest updating it to:

'http://localhost:3000/auth/facebook/callback'

@alexisadorn
Copy link

I had a similar issue - without explicitly adding http://, Facebook Developers auto-generates it as https://

screen shot 2018-03-05 at 12 07 13 pm

This causes an error when navigating to http://localhost:3000 and clicking on the log-in link

@curlywallst
Copy link

Same problem again. Facebook now requires a secure server and localhost is not secure so it throws an "Insecure login blocked" error. Student tried a variety of ways to get around this but could not get around it

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

3 participants