Hi,

I start using OAuth for a desktop app, I have a very basic question,
after my app successfully authenticated the user, how should my app
call the OAuth home timeline api? how the URL should look like?

I tried the following one, but it ends up using basic auth.

http://twitter.com/statuses/friends_timeline.json?oauth_consumer_key=KEY&oauth_nonce=NONCE8&oauth_signature=Signature&oauth_signature_method=HMAC-SHA1&oauth_timestamp=timeStamp

Thank

Reply via email to