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 trying to fetch the timeline of a user and I am getting the following forbidden error. Any idea why?
Reason : Forbidden
Details : {"errors":[{"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}]}
(0)
Code : 403
Date : 7/13/2023 4:44:24 AM +00:00
URL : https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=&count=200&tweet_mode=extended&exclude_replies=false&include_rts=false
Twitter documentation description : Forbidden - The request is understood, but it has been refused or access is not allowed. An accompanying error message will explain why. This code is used when requests are being denied due to update limits
The text was updated successfully, but these errors were encountered:
I am trying to fetch the timeline of a user and I am getting the following forbidden error. Any idea why?
Reason : Forbidden
Details : {"errors":[{"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}]}
(0)
Code : 403
Date : 7/13/2023 4:44:24 AM +00:00
URL : https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=&count=200&tweet_mode=extended&exclude_replies=false&include_rts=false
Twitter documentation description : Forbidden - The request is understood, but it has been refused or access is not allowed. An accompanying error message will explain why. This code is used when requests are being denied due to update limits
The text was updated successfully, but these errors were encountered: