Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use followers/ids ? #587

Open
bennycode opened this issue Nov 13, 2023 · 1 comment
Open

How to use followers/ids ? #587

bennycode opened this issue Nov 13, 2023 · 1 comment

Comments

@bennycode
Copy link

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
Copy link

In Elons world you prob need higher access

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants