You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:Am I holding it wrong?
The text was updated successfully, but these errors were encountered: