With Postman on my local mac, I immediately get the access_token with this http post command.
{
“access_token”: “***”,
“expires_in”: 4773532,
“token_type”: “bearer”
}
With Postman on my local mac, I immediately get the access_token with this http post command.
{
“access_token”: “***”,
“expires_in”: 4773532,
“token_type”: “bearer”
}