django-allauth
django-allauth copied to clipboard
Handle Twitter oauth2.0 authorization code
Hi, is it possible to authenticate a user with Twitter using oauth2?
Adding to this, twitter has recently implemented Access Levels https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api and this implementation uses a v1 endpoint that now requires accounts to request "Elevated" access to continue to function. You have to request that access level and wait for approval. I think upgrading to OAuth v2 and using twitter api v2 calls would make it work for basic access again.
Any update on this? Now it is not possible to use twitter authentication unless you have the elevated access, sadly
0.52.0 works for me.