Essential Access Error on OAuth return page
See original GitHub issueI’m getting following error on the return url:
APIError: You currently have Essential access which includes access to Twitter API v2 endpoints only. If you need access to this endpoint, you’ll need to apply for Elevated access via the Developer Portal. You can learn more here: https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api#v2-access-leve at C:\Users\KevinSieger-BrandBoo\Documents\GitHub\fedifinder\node_modules\passport-twitter\lib\strategy.js:138:23 at passBackControl (C:\Users\KevinSieger-BrandBoo\Documents\GitHub\fedifinder\node_modules\oauth\lib\oauth.js:397:13) at IncomingMessage.<anonymous> (C:\Users\KevinSieger-BrandBoo\Documents\GitHub\fedifinder\node_modules\oauth\lib\oauth.js:409:9) at IncomingMessage.emit (node:events:525:35) at endReadableNT (node:internal/streams/readable:1358:12) at processTicksAndRejections (node:internal/process/task_queues:83:21)
Is this known behaviour?
Issue Analytics
- State:
- Created 10 months ago
- Comments:7 (7 by maintainers)
Top GitHub Comments
@lucahammer I ran into some problems getting superfaceai’s (aswell as
passport-twitter-oauth2
and passport-twitter-oauth2.0
) version to work. Official SDK works nicely: Take a look at: https://github.com/MurmeltierS/my-fedifinder/blob/aca4f7144acf3130b241995e8502bcce1c872a83/server.ts#L21 (based on https://github.com/twitterdev/twitter-api-typescript-sdk/tree/main/examples) Yet, this currently doesn’t have any kind of session support.@lucahammer seems to work, am getting an other error tho, will open issue