vote up 0 vote down star

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

flag

1 Answer

vote up 1 vote down

please disregard. my password was incorrect, but it turns out that user_timeline does not require authentication, so the problem was masked until i tried a feature that required auth.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.