OAuth1
OAuth1 copied to clipboard
how to get oauth_token?
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.
Same problem here. Please advice!
You can checkout this instruction: https://www.cloudways.com/blog/setup-and-use-oauth-authentication-using-wp-rest-api/