• 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

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter msitman

    (@msitman)

    Thank you Justin.

    Is there any way to install plugins/themes using APIs? or even config them?

    Plugin Author Justin Greer

    (@justingreerbbi)

    Hi

    Not that I am aware of. Theoretically, yes, it is possible it you extend the functionality yourself. Out of the, WP REST API does not do that.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Oauth Signature and nonce’ is closed to new replies.