objective c - How to get combined feeds for Artist and Fan Tweets in iPhone? -


i need artist tweets , fan tweets combined.

how combined feeds artist , fan tweets in iphone?

fan tweets link :

http://search.twitter.com/search.atom?q=<artistname> 

artist tweets link:

https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=<twitternameforartist>&count=50&page=1 

parse them , combine them in nsdictionary or whatever prefer.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -