Hi,
My account is base account and I created Client ID, Client Secret.
I also created refresh_token.
But when I try to call api, it returns me unauthorized_client error.
curl \
- -d client_secret=00000000000000000000urmv \
- -d redirect_uri=urn:ietf:wg:oauth:2.0:oob \
- -d refresh_token=1/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXgxo \
{
"error" : "unauthorized_client"
}
Am I missing something?