0.1.0
##Options
var oauth = OAuth(/* options */);consumer:ObjectRequiredyour consumer keys
{
public: <your consumer key>,
secret: <your consumer secret>
}signature_method:Stringdefault'HMAC-SHA1'nonce_length:Intdefault32version:Stringdefault'1.0'parameter_seperator:Stringfor header only, default', '. Note that there is a space after,last_ampersand:Booldefaulttrue. For some services if there is no Token Secret then no need&at the end. Check oauth doc for more information
oauth_signature is set to the concatenated encoded values of the Consumer Secret and Token Secret, separated by a '&' character (ASCII code 38), even if either secret is empty