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.
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 theabout
field. Requesting thebio
field will return a 400 error, and the social auth plugin will raise anAuthCanceled
exception as a result.See the
Deprecations in v2.8
section in the graph api changelog: https://developers.facebook.com/docs/apps/changelog