Hello people,

I'm building a twitter application based upon your followers' tweets. I need 
to fetch tweets of all followers for a user. I was using 
status/user_timeline initially. But after interacting with @twitterapi, I 
found there are better ways to do this.They suggested I first followers/ids. 
Then do users/lookup and then use the screen names for search queries 
(q=from:handle format).

However, when I found this - 
http://twitter.com/statuses/user_timeline/23714981.rss, I started thinking 
of an even faster solution.

I'd just do followers/ids and fetch their tweets using the rss feed.

I couldn't find any documentation for the above URL anywhere in the API. Is 
this going to be deprecated ? Is it safe to rely on this URL?

Thank you,all.

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to