I am looking on to develop a php page, which shows tweets for a couple of hashtags, Suppose #apple, #iphone will display all the recent tweets for that Hashtags.
I am looking to use this with PHP and MySQL. Dont know how to use Twitter stream API.
Do i need to create a cache and store it into MySQL or Can i display the recent 100 tweets on a particular hashtag. Also I heard some limitations are there for twitter api to be called.
Using the twitter api atom feed you can retrieve by hashtag with the following url,
this returns an xml based response so something like the below could read it: