django-allauth icon indicating copy to clipboard operation
django-allauth copied to clipboard

Handle Twitter oauth2.0 authorization code

Open cchacholiades opened this issue 3 years ago • 1 comments

Hi, is it possible to authenticate a user with Twitter using oauth2?

cchacholiades avatar Feb 18 '22 15:02 cchacholiades

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.

tlpriest avatar Feb 21 '22 16:02 tlpriest

Any update on this? Now it is not possible to use twitter authentication unless you have the elevated access, sadly

tobeserenao avatar Nov 01 '22 10:11 tobeserenao

0.52.0 works for me.

cchacholiades avatar Apr 27 '23 09:04 cchacholiades