bbangert / velruse

Simplifying third-party authentication for web applications.
http://packages.python.org/velruse/index.html
MIT License
252 stars 86 forks source link

FB Oauth2 URL has changed #161

Open katzlbt opened 6 years ago

katzlbt commented 6 years ago

FB URL has changed to https://www.facebook.com/v3.0/dialog/oauth

This URLmust be changed at providers/facebook.py#L83: https://github.com/bbangert/velruse/blob/master/velruse/providers/facebook.py#L83

You may also need to add all possible "Valid OAuth Redirect URIs" to: https://developers.facebook.com/apps/YOUR_APP_ID/fb-login/settings/

https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow/

jenstroeger commented 6 years ago

@katzlbt, I’m running a local patch with that URL and it’s working alright for me also.