I try to use Twitter Oauth2 social authentication with django-allauth, but I get this error :
unauthorized_client : Missing valid authorization header
I checked multiple times and all my Twitter config seems ok, with good callbacks URL and Tokens set in django-allauth.
Any idea on how to fix it ?