Skip to content

Instantly share code, notes, and snippets.

@herzi
Created October 4, 2013 10:25
Show Gist options
  • Save herzi/6823916 to your computer and use it in GitHub Desktop.
Save herzi/6823916 to your computer and use it in GitHub Desktop.
$mySig = OAuth::generateSignature("POST", "https://astra.teambeam.net/rs/oauth/initiate", array(
"oauth_callback" => "http://localhost:8080/Goodies-0.0.1-SNAPSHOT/?gwt.codesvr=127.0.0.1:9997#start",
"oauth_consumer_key" => "cai523994aa377ef",
"oauth_nonce" => "-5556515646572665992=",
"oauth_signature_method" => "HMAC-SHA1",
"oauth_timestamp" => "1380877015942",
"oauth_version" => "1.0"
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment