Twitter Api : Rate limit - know remaining Tweets I can do -
i'm using twitter api , there don't undestand.
i can ask how many remaining calls can on lot of things "rate_limit_status
" call. (https://dev.twitter.com/rest/reference/get/application/rate_limit_status)
but doesn't tell me how many tweets can or how many favorites can do.
is there way ask ? don't find rate limits on theses actions. made test, , twitter stopped me after 300 tweets have no way know when able tweet again api.
why these actions separate others ? can find how rate limit work on tweets , favorites ? there other "api call" i'm missing ?
the rate limits on tweets has no rate limits can access twitter rest api.
solution update
instead should follow following rule :
2,400 tweets per day. daily update limit further broken down smaller limits semi-hourly intervals. retweets counted tweets.
source : https://support.twitter.com/articles/15364
or 50 tweets every 30 minutes. in addition please note twitter can restrict number of tweets further based on rules have not been made public.
please aware twitter find activity suspicious , block account. can let them know intend contacting support.
solution favourites regarding favorites have base on headers returned in each query make. header contains information looking (including, remaining, total authorized, , time before next refresh).
beware of documentation
finally please note documentation referring not date , should able more ratelimits specified in it.
you can find post regarding documentation made few weeks ago:
https://twittercommunity.com/t/ratelimits-properties-makes-no-sense/65498
Comments
Post a Comment