Oauth Signature and nonce
-
Hi,
After installing this plugin I tried to use it to send HTTP requests from an external app I’m making.
https://mySite.com/oauth1/request?grant_type=password&oauth_consumer_key=myKeyHere&oauth_signature_method=HMAC-SHA1&oauth_timestamp=timeStampHere&oauth_nonce=randomGeneratedHere&oauth_version=1.0&oauth_signature=randGeneratedHere
It gives “OAuth signature does not match” while Postman responds the request flawlessly.
How can generate/get Signature and nonce correctly to be able to work with WordPress?
Thanks
- The topic ‘Oauth Signature and nonce’ is closed to new replies.