You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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'
The text was updated successfully, but these errors were encountered: