[twitter-dev] API access to the RSS feeds for all the tweets a User has selected to follow

2010-06-21 Thread Truthstone
Is it possible (with the user's express permission of course) to gain
access to a copy of all the tweets a user has configured to
follow?  We are developing an eyes free service and would like to
include Twitter as a data-source.


Re: [twitter-dev] API access to the RSS feeds for all the tweets a User has selected to follow

2010-06-21 Thread Taylor Singletary
Hi there,

Are you looking for a RSS feed of all the status updates from users that a
specific member has chosen to follow? That would be the user's home
timeline, and yes we do offer an RSS feed representation of it.
Documentation: http://dev.twitter.com/doc/get/statuses/home_timeline

The user's express permission in this case is best negotiated by using
OAuth: http://dev.twitter.com/auth

Taylor

On Sun, Jun 20, 2010 at 5:08 PM, Truthstone komm...@gmail.com wrote:

 Is it possible (with the user's express permission of course) to gain
 access to a copy of all the tweets a user has configured to
 follow?  We are developing an eyes free service and would like to
 include Twitter as a data-source.