Skip to content

Instantly share code, notes, and snippets.

@davidjrice
Created February 12, 2010 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidjrice/302249 to your computer and use it in GitHub Desktop.
Save davidjrice/302249 to your computer and use it in GitHub Desktop.
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