problem with twitter api friends_timeline
        Posted  
        
            by siznax
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by siznax
        
        
        
        Published on 2009-02-12T04:42:18Z
        Indexed on 
            2010/04/15
            11:23 UTC
        
        
        Read the original article
        Hit count: 288
        
i can get my user_timeline fine:
curl -u user:pwd http://www.twitter.com/statuses/user_timeline/user.json
{blob of tweets}
but when i try to get the friends_timeline, i get an auth error:
curl -u user:pwd http://www.twitter.com/statuses/friends_timeline.json
{"request":"\/statuses\/friends_timeline.json",
 "error":"Could not authenticate you."}
do i just not understand the documentation?
http://apiwiki.twitter.com/REST+API+Documentation#friendstimeline
© Stack Overflow or respective owner