http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-friends_timeline
lists

URL:
http://twitter.com/statuses/friends_timeline.format

Formats:
xml, json, rss, atom

But most times when I try to access the Atom feed, I get this

<html><body>You are being <a
href="http://twitter.com/login";>redirected</a>.</body></html>

(in case it matters, I tried this via

for EXT in xml json rss atom
do
curl -s --netrc "http://twitter.com/statuses/friends_timeline.$EXT"; >
twitterfeed.$EXT
done

about 10 times, and all but 2 of them gave me the above error.)

Anyone else seeing this?

I'm trying to figure out if there's a reason to use one format over
another. Right now Atom seems like an unreliable choice.

TjL

Reply via email to