using password grant type to get OAuth token
-
Hi.
I installed wordpress in self host and I want to use wordpress REST api by jetpack plugin.
I finished connect my self host wordpress site to wordpress.com.
Then, referenced below documents site to get OAuth token.
https://developer.wordpress.com/docs/oauth2/
In documents, followed “testing an application as the client owner” section,
authenticate with the password grant_type, I received below json.
{
access_token: “my_api_token”
token_type: “bearer”
blog_id: “0”
blog_url: null
scope: “global”
}Could you tell me why blog_id and blog_url is empty content?
Is received access_token useless by password grant_type?
- The topic ‘using password grant type to get OAuth token’ is closed to new replies.