Hi, I am developing an application in php www.tweetealo.com with two options:
$ url = ‘https://api.twitter.com/1.1/trends/place.json’; (search trends from woeid)
$ url2 = ‘https://api.twitter.com/1.1/search/tweets.json’; (search tweets from form)
occasional displays “limit over” especially in the first url.
The limitation applies to all the API (all the web)?
or is limited by the users IP?
which is the best method to be implemented to endure many users?
Thousands of thanks sry for my english