Currently I am fetching tweets in my iphone application using tweeter search api. Now my question is that how can I know that new tweets are tweeted by other users?And how can I fetch asynchronously newly available tweets?
Explanation: As example in search api Url,I am searching about tweets of iPhone. So my URL will look like-> http://search.twitter.com/search.json?q=iPhone
Now how can I know that anyone have posted new tweets about iPhone?And how can I parse it asynchronously?