velruse icon indicating copy to clipboard operation
velruse copied to clipboard

FB Oauth2 URL has changed

Open katzlbt opened this issue 6 years ago • 1 comments

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/

katzlbt avatar Jun 17 '18 07:06 katzlbt

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

jenstroeger avatar Jun 17 '18 15:06 jenstroeger