Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django Social Auth Debug HTTP Error 400: Bad Request (linkedin)

I've been using Django Social Auth and I've been able to login using both Facebook and Twitter. But I've been getting a HTTP 400 error when I tried it with linkedin. I've been getting the following error:

Sorry but some error made you impossible to login.

HTTP Error 400: Bad Request (linkedin)

Any ideas how to debug this?

Thanks.

like image 384
ip. Avatar asked Feb 28 '12 11:02

ip.


1 Answers

Quite old question, but I got the chance to debug this issue today and the error was cause by server datetime mismatch with current UTC value, updating the server date fixed the LinkedIn issue.

like image 154
omab Avatar answered Oct 14 '22 04:10

omab