application/rate_limit_status API endpoint is not updating the remaining retweets quota, every time its returning this only the reset timestamp is changing
“/statuses/retweets/:id”: {
“limit”: 75,
“remaining”: 75,
“reset”: 1598711458
},
is there any other way to get this?
just to make sure - this endpoint is GET https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-statuses-retweets-id and is not for creating Retweets, which uses https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-update and does not have a rate limit status (it is adaptive, and account specific, so there is no exact number, only upper limits like 300 in 3 hours.)
If it’s for the GET request you want, try to see if the HTTP headers have the updated rate limit rather than a separate request to rate_limit_status
system
closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.