bettiolo / oauth-signature-js

JavaScript OAuth 1.0a signature generator (RFC 5849) for node and the browser
https://www.npmjs.com/package/oauth-signature
BSD 3-Clause "New" or "Revised" License
232 stars 72 forks source link

SOS,when i am exchange token, the signature is wrong #37

Closed shadowprompt closed 7 years ago

shadowprompt commented 7 years ago

2017-07-15_000851

but when i am in the fisrt step for request token, it works well, the signature is right, the param 'tokenSecret' is empty, just when i put in the param 'tokenSecret' in the next step, the signature is wrong.

why? help me, the cryto function works bad when the the param 'tokenSecret' is set ?

Thx

----I have already solved it .-----

bettiolo commented 6 years ago

@shadowprompt how did you solve it?