Created
February 12, 2010 01:02
-
-
Save davidjrice/302179 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
"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