What Are Twitter API Get trends limits? -
i working on application making multiple requests daily of current trending topics every location @ time.. before continue working know if there limit in making requests twitter in terms of quantity of queries can make, , if there is, there way of doing that?
thanks lot
twitter has well-definied api rate limiting policy. can read here:
https://dev.twitter.com/docs/rate-limiting/1.1
you can around these limits implementing token sharing hack - see question 1 specific approach: using twitter access tokens interchangeably (ie. use 1 user's token user)?
Comments
Post a Comment