omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

Facebook2OAuth2 is using a deprecated endpoint #1045

Closed browniebroke closed 7 years ago

browniebroke commented 8 years ago

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:

omab commented 7 years ago

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