Skip to content

How to use followers/ids ? #587

Description

@bennycode

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions