views:

47

answers:

1

Hey.

I have a public twitter account and this is the rss feed for it:

http://twitter.com/statuses/friends_timeline/150784631.rss

The problem is, im getting an http 401 whenever im trying to access it.

Can anybody explain how to stop this - and get it to work either with authentication or without!

Cheers

A: 

It looks like you need a Twitter API username/password to access this feed.

barrycarter
I want to access the status updates programatically without authentication ideally...This works but isnt in rss format :http://api.twitter.com/1/statuses/user_timeline.xml?screen_name=cicsdemo
RenegadeAndy
Just change .xml to .rsshttp://api.twitter.com/1/statuses/user_timeline.rss?screen_name=cicsdemo
barrycarter