You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Second, I use 'code' that comes from the first step and send it again and add these parameters to jso.getToken()
{
grant_type : "authorization_code"
code: code
}
The text was updated successfully, but these errors were encountered:
Hello,
I am using WordPress and plugin OAuth 2.0 plugin for WordPress https://wp-oauth.com/
This plugin requires 2 steps to get access token you can read this https://wp-oauth.com/docs/general/grant-types/authorization-code/
First, Send client_id and response_type this response with code, i read documentation but i can't get access_token form this code
Second, I use 'code' that comes from the first step and send it again and add these parameters to jso.getToken()
{
grant_type : "authorization_code"
code: code
}
The text was updated successfully, but these errors were encountered: