Twitter Icon Logo
me@grafxflow

Written by me@grafxflow

10 Oct, 2012

24

6,906

Twitter RSS url feed can't be read... FIX

Quick Note: (UPDATED 05 MARCH 2013) This RSS url will cease working in March 2013! So I suggest NOT using this RSS feed url. I am now using the Twitter API1.1 so therefore my old RSS feed was last working on the 01 March 2013. Read this new article about Adding a Twitter feed APP to WordPress.

The problem which I had with my twitter RSS feed was that it suddenly stopped working. So after searching around on the web... here is the solution I found.

If you have used:

https://twitter.com/favorites/TWITTER_USERNAME.rss

or

https://twitter.com/statuses/user_timeline/TWITTER_USERNAME.rss

You now need to use:

https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=TWITTER_USERNAME

Or if you have a twitter name which has an underscore (_) use:

(Thanks to claneksi for this snippet of code)

https://api.twitter.com/1/statuses/user_timeline.rss?user_id=TWITTER_ID

See comments below for how to find your TWITTER_ID.

If you do have a php script (See this code) it would be best you backup the RSS feed to another file on your server based on a schedule, such as every 10 minutes. The reason being that twitter does limit the amount of times the RSS feed can be read per hour based on your website IP. If you don't twitter that often it might be worth setting the schedule to an hour.

Share this article

Add comment

Doug
11 Oct 2012

Thanks, I used that for my RSS feed in thunderbird. I suppose when they finally make it go away, I'll have to do something else!

Marcelo Kallocsaih
11 Oct 2012

Thanks man, right on the spot!

Benjamin Hansen
11 Oct 2012

so lame that they are ditching rss i would never bother with twitter if it were for the feeds. thanks for the temp fix.

claneksi
12 Oct 2012

Thanks a lot!
Also for those who prefer to use user id numbers instead of screen name can use this.

http://api.twitter.com/1/statuses/user_timeline.rss?user_id=TWITTER_ID

|

me@grafxflow
12 Oct 2012

http://api.twitter.com/1/statuses/user_timeline.rss?user_id=TWITTER_ID


Thanks for that. Another one to add to the list.

Angilee
15 Oct 2012

Anyone figure out the URL for and RSS feed for Twitter lists?

|

me@grafxflow
15 Oct 2012

Does this work?

http://api.twitter.com/1/AUTHOR/lists/TWITTER-LIST/statuses.atom

wow
18 Oct 2012

thx. i found a answer!

Vivi
18 Oct 2012

Thank you soooo much! My Twitter RSS feeds just stopped working and I couldn't figure out the solution.. until I found this page by googling. Cheers from Finland xxx

Juan
19 Oct 2012

Thanks, it works for now

Hansie
22 Oct 2012

Thank you so much! It works fine again. I could not find this info on Twitter (last week)!

sjay
28 Oct 2012

Thanks so much. I can't get this to work for twitter usernames that use an underscore _, any thoughts?

|

me@grafxflow
29 Oct 2012

You could try using the other method, of the user id number.

http://api.twitter.com/1/statuses/user_timeline.rss?user_id=TWITTER_ID

Find the id with the following.

mytwitterid.com/

Smart Search

me@grafxflow Author Profile picture

me@grafxflow

Founder, Grafxflow

I am a Full-stack Developer who also started delving into the world of UX/UI Design a few years back. I blog and tweet to hopefully share a little bit of knowledge that can help others around the web. I build lighting-fast dynamic content engines with Laravel, Winter CMS and Tailwind CSS. Thanks for stopping by!