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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -