Hey there!
Glad to join the community! Hope all is well!
I am having issues with the python-social-auth package in Django 1.11.5 and 1.8.
HTTPError at /oauth/login/twitter/
Request Method: GET
Django Version: 1.11.5
Exception Type: HTTPError
Exception Value:
I also tried requests oauthlib with same parameters and it worked just fine. I traced the methods/parameters in both case and they were the same, but I am getting 401 using python-socal-auth and 200 using requests oauthlib.
The social-auth packages seem to be depreciated and the new packatges on Github don't look popular, so I just wanted to check with you guys if you still use python-social-auth package or do you implement Twitter/Facebook oauth now in a different way?
Thanks!
Ryan