Created
February 12, 2010 02:56
-
-
Save davidjrice/302249 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST /oauth/request_token HTTP/1.1 | |
Host: twitter.com | |
Authorization: OAuth realm="", | |
oauth_consumer_key="cV3cvjwaUW6GKoz55nkc8A", | |
oauth_nonce="9844f81e1408f6ecb932137d33bed7cfdcf518a3", | |
oauth_signature_method="HMAC-SHA1", | |
oauth_timestamp="1265944827491", | |
oauth_version="1.0", | |
oauth_signature="Wew/m+9v023JD7pv59QZDGixTJc" | |
Connection: close | |
Transfer-Encoding: chunked | |
========================== | |
POST /request_token HTTP/1.1 | |
Host: server.example.com | |
Authorization: OAuth realm="Example", | |
oauth_consumer_key="jd83jd92dhsh93js", | |
oauth_token="hdk48Djdsa", | |
oauth_signature_method="PLAINTEXT", | |
oauth_verifier="473f82d3", | |
oauth_signature="ja893SD9%26xyz4992k83j47x0b" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment