友達も増えて、ふつうに使ってます。
% curl -f http://twitter.com/statuses/friends_timeline.xml
curl: (22) The requested URL returned error: 401
% curl -f http://twitter.com/statuses/user_timeline.xml
curl: (22) The requested URL returned error: 404
%
認証無しのとき、friends_timeline はちゃんと Unauthorized を返すのに、user_timeline はなぜか Not Found を返します。
