OAuth1 icon indicating copy to clipboard operation
OAuth1 copied to clipboard

how to get oauth_token?

Open Simerjit-developer opened this issue 9 years ago • 2 comments

I am trying to use WP REST API plugin for rest API's. But I am getting error of authorization. Then I installed OAUTH1 Plugin. On adding consumer,I got consumer key and consumer secret but not oauth_token. How I can get the oauth_token. Now Error message is -

{
  "code": "json_oauth1_missing_parameter",
  "message": "Missing OAuth parameter oauth_token",
  "data": {
    "status": 401
  }
}

Please help me to resolve this.

Simerjit-developer avatar May 17 '16 12:05 Simerjit-developer

Same problem here. Please advice!

rowild avatar Aug 09 '16 17:08 rowild

You can checkout this instruction: https://www.cloudways.com/blog/setup-and-use-oauth-authentication-using-wp-rest-api/

towfiqi avatar Oct 17 '17 06:10 towfiqi