Freshbooks oauth question

Posted by Phil on Stack Overflow See other posts from Stack Overflow or by Phil
Published on 2010-05-24T13:08:28Z Indexed on 2010/05/26 16:51 UTC
Read the original article Hit count: 213

Filed under:

Very quick question for freshbooks oauth. When requesting a Request Token you need to provide (amoung others) the oauth_signature method.

Is the signature the consumer key and the consumer secret seperated by an ampersand? e.g.

_consumer_key_%26_consumer_secret_

where _consumer_key_ is the consumer key. _consumer_secret_ is the consumer secret and %26 is a urlencode ampersand.

© Stack Overflow or respective owner

Related posts about oauth