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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -