openplans / shareabouts-api

Data service for the Shareabouts platform
http://shareabouts.org/
GNU General Public License v3.0
24 stars 30 forks source link

Fix Facebook social logins #29

Closed goldpbear closed 6 years ago

goldpbear commented 7 years ago

The Facebook login feature on our Shareabouts fork recently stopped working. It sounds like this also might be a problem with the base project, given this commit.

We discovered the problem is that the bio field is no longer a valid request parameter to the Facebook graph api, and should be replaced with the about field. Requesting the bio field will return a 400 error, and the social auth plugin will raise an AuthCanceled exception as a result.

See the Deprecations in v2.8 section in the graph api changelog: https://developers.facebook.com/docs/apps/changelog

mjumbewu commented 6 years ago

:+1: