Skip to content

Instantly share code, notes, and snippets.

@davidjrice
Created February 12, 2010 01:02
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/302179 to your computer and use it in GitHub Desktop.
Save davidjrice/302179 to your computer and use it in GitHub Desktop.
"Authorization": {
"oauth_consumer_key": "xxx",
"oauth_nonce": new Date().getTime(),
"oauth_signature_method": "HMAC-SHA1",
"oauth_timestamp": new Date().getTime(),
"oauth_version": "1.0",
}
// Need to get into the format.
oauth_consumer_key=xxx,oauth_nonce=123...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment