php - Facing issue with Twitter API due to LIMITs -
i using twitter api fetch tweets based on hash tag. cron job runs every 1 minute. in each run of cron job, there lots of requests sent twitter fetch tweets containing hash tag (these hash tags saved database , can added more our application. each time these hash tags fetched database , based on these hash tags requests being made twitter api.)
now issue when number of requests reached limit window (15 minutes window), api sends error message “rate limit exceed”. , window, no requests possible.
i don’t want let stop working. there other apis type of real time application can use? or other solution there?
Comments
Post a Comment