ttezel / twit

Twitter API Client for node (REST & Streaming API)
4.32k stars 573 forks source link

How to use followers/ids ? #587

Open bennycode opened 8 months ago

bennycode commented 8 months ago

I am subscribed to the Twitter API v2 Basic plan. I want to use the followers/ids endpoint but when I call T.get('followers/ids'), then I am running into this error:

{
  "allErrors": [
    {
      "code": 453,
      "message": "You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/portal/product"
    }
  ],
  "code": 453,
  "message": "You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/portal/product",
  "statusCode": 403,
  "twitterReply": {
    "errors": [
      {
        "code": 453,
        "message": "You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/portal/product"
      }
    ]
  }
}

Am I holding it wrong?

cparello commented 7 months ago

In Elons world you prob need higher access