[twitter-dev] Twitter OOB OAuth Handshake - in my own words
71 views
Skip to first unread message
Mike Dice
unread,
May 24, 2010, 4:22:34 PM5/24/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twitter Development Talk
I have written this document to supplement the documentation on OAuth authentication with the Twitter endpoint which can be found here: http://developer.twitter.com/pages/auth . I found that when following the instructions in the referenced document it would have been very useful for me to also see example HTTP traces that go along with the authentication headers of the requests. So I traced out the HTTP requests for a successful authentication handshake and have included those in the attached document. This is a trace for an OOB handshake. They are the only traces I have as I am implementing an application that uses the OOB mechanism. Hope it is useful...