question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Essential Access Error on OAuth return page

See original GitHub issue

I’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:closed
  • Created 10 months ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
MurmeltierScommented, Nov 20, 2022

@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.

0reactions
MurmeltierScommented, Dec 18, 2022

@lucahammer seems to work, am getting an other error tho, will open issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

Possible Errors - OAuth 2.0 Simplified
Errors are indicated by redirecting back to the provided redirect URL with additional parameters in the query string.
Read more >
Error when logging in with Twitter connection
Problem Statement: When attempting to complete a login through the built-in Twitter connection the following error is returned:
Read more >
OAuth2 Authorization URL error
I'm working on a pretty basic bot and am running into issues setting up the OAuth2 flow. I'm using this library to initialize...
Read more >
Twitter API v-2 not giving me access
I have tried a lot of the endpoints specified on Twitter's website for essential access. But I still get this error. help :(...
Read more >
The connection test of the OAuth 2.0 integration fails with ...
If your organization only allows the "single-tenant" support account type, then it will be necessary to change the 2 fields Authorization endpoint and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found