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

Facebook2OAuth2 is using a deprecated endpoint #1045

Closed
browniebroke opened this issue Oct 18, 2016 · 1 comment
Closed

Facebook2OAuth2 is using a deprecated endpoint #1045

browniebroke opened this issue Oct 18, 2016 · 1 comment

Comments

@browniebroke
Copy link
Contributor

browniebroke commented Oct 18, 2016

I received a notification from Facebook saying I was using a deprecated endpoint that is going to be shut down soon. When I dug, I realised I was using Facebook2OAuth2 back-end instead of the more up-to-date FacebookOAuth2.

It looks like Facebook2OAuth2 was added when FacebookOAuth2 was still using v1 of the open graph, and Facebook2 could now be removed, as it's using unavailable endpoints.

I suggest to either:

  • Change Facebook2OAuth2 to be same as FacebookOAuth2 with a deprecation warning logged in the __init__().
  • New release without forgetting to mention the breaking change in the release notes
browniebroke pushed a commit to founders4schools/python-social-auth that referenced this issue Oct 18, 2016
Closes omab#1045. They are using an endpoint that doesn’t exist anymore,
and the main backends are now more up to date.
@omab
Copy link
Owner

omab commented Dec 13, 2016

This got ported to python-social-auth. Thanks!

@omab omab closed this as completed Dec 13, 2016
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

2 participants