How can you get an RSS feed of your own tweets from Twitter? The official Twitter page says they no longer support it. What third-party feed software do you use?

link|improve this question
feedback

3 Answers

up vote 2 down vote accepted

You can use Google Reader to fetch RSS feeds from twitter. Just remove #! from https://twitter.com/#!/username and paste the URL in "Add a Subscription" field in Google Reader. In fact Google Reader will also give you the actual feed URL in form of https://twitter.com/statuses/user_timeline/xxxxxxxxx.rss if you click upon "Show Details" on the right side of feeds page.

link|improve this answer
feedback

Here's an alternate location of RSS feeds in Twitter:

http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=labnol

Do replace "labnol" in the URL with your own Twitter screen name.

link|improve this answer
feedback

Construct the RSS URL as

http://twitter.com/statuses/user_timeline/username.rss

where username is your Twitter username. I just tested it, and it works! I used Opera's RSS feed reader (menu Feeds), but any RSS reader should do.


For example, if you are Clay Shirky (http://twitter.com/cshirky) the RSS URL is

http://twitter.com/statuses/user_timeline/cshirky.rss
link|improve this answer
I hope that they have brought this feature back for good, then. Check with @support on this, as it may not last for long. Last time I sent them a DM, they said there wasn't any sanctioned way short of using the web widgets that they have now. See my question for some other zeyne.net entity that seems to also work for lists -- though I haven't been able to verify who that company is. – jonsca Sep 27 '11 at 7:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.