0

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?

i-Jack
  • 1
  • 3

1 Answers1

0

Use the streaming API, it's not the same as the REST one you're using. Unsure when it was made, since this question is a bit old now. But it has what you are wanting

Stephen J
  • 2,367
  • 2
  • 25
  • 31