Open
Description
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.