Skip to content

Instantly share code, notes, and snippets.

@steffentchr
Created February 10, 2010 08:37
Show Gist options
  • Select an option

  • Save steffentchr/300146 to your computer and use it in GitHub Desktop.

Select an option

Save steffentchr/300146 to your computer and use it in GitHub Desktop.
$ curl -G -H "Authorization: OAuth \
> oauth_consumer_key=\"myrealconsumerkey\", \
> oauth_nonce=\"6FDCCDC6506384A21D4DAE0522AA97CAE5\", \
> oauth_signature_method=\"HMAC-SHA1\", \
> oauth_timestamp=\"1265790840\", \
> oauth_token=\"myrealtoken\", \
> oauth_verifier=\"myrealverifier\", \
> oauth_version=\"1.0\", \
> oauth_signature=\"whatever\"" \
> http://twitter.com/oauth/access_token
oauth_token=ACTUAL-TOKEN&oauth_token_secret=ACTUAL-SECRET&user_id=112971237&screen_name=steffendemo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment