oauth-signature-js icon indicating copy to clipboard operation
oauth-signature-js copied to clipboard

Custom fields not added into authorization header

Open tyteen4a03 opened this issue 9 years ago • 1 comments

I was trying to test an access token request and put the oauth_verifier into the field list but the generate authorization header doesn't have this field.

tyteen4a03 avatar Jul 28 '16 08:07 tyteen4a03

@tyteen4a03 The library generates the signature, it does not generate a full header, you should just pass to the API the oauth_verifier header by yourself: https://github.com/bettiolo/oauth-signature-js#example

bettiolo avatar Aug 01 '16 18:08 bettiolo