skip to Main Content

Looks like Firebase JS lib doesn’t work with Twitter API v2?

I see the following error message.

index.js:1 FirebaseError: Firebase: Failed to fetch resource from 
https://api.twitter.com/1.1/account/verify_credentials.json?include_email=true, 
http status: 403, 
http response: {"errors":[
   {"message":"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","code":453}]}

2

Answers


  1. You’ll need to apply for elevated access on the developer portal.
    enter image description here

    Login or Signup to reply.
  2. If you want to know the steps for Twitter elevated access, please follow the attached image steps:
    enter image description here
    … for elevated access of Twitter.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search