2

Lately some strange errors have happened in a project I'm working on. It was working perfectly fine when one day (without any changes on our side that I know of) Facebook authentication with python-social-auth for django stopped working. The error given was "400 Client Error: Bad Request" and seemingly occurred in the /complete/facebook callback.

I have tried switching to older code, creating a new Facebook app from scratch and switching the settings of the existing one, all to no avail.

Does anybody have any idea on how to fix this? Help would be greatly appreaciated.

Thanks in advance.

2
  • 1
    Have you checked this bug report: github.com/omab/python-social-auth/issues/190 ? Commented Apr 13, 2014 at 16:03
  • 1
    It seems that was the issue! There was a problem in one of the elements of the social auth pipeline and as a result everything stopped working with an error which was not very specific. Thanks a lot!! (If you write it as an answer I can mark it as accepted ;-) ) Commented Apr 13, 2014 at 16:12

1 Answer 1

1

This bug was described as Issue #190 on the python-social-auth Github page. Please see this thread for possible workarounds.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.