Refresh token error
Refresh token error
Hello,
I've been trying to generate the refresh token but all the time it gaves me :
{
"error"
:
"invalid_client_secret"
}
steps i followed to generate Refresh token are :
1/ I created self client app
2/ I send this link as a POST request using postman:
https://accounts.zoho.com/oauth/v2/token?refresh_token=1000.8ecdxxxxxxxxxxxxxxxxx.4638xxxxxxxxxxxxxxxxx&client_id=1000.0SRSxxxxxxxxxxxxxxx&client_secret=xxxxxxxxxxxxxxxxxxxxxxxx&redirect_uri=https://alphorm.com&grant_type=refresh_token
after that i only got :
{
"error"
:
"invalid_client_secret"
}
Can anyone help me with this please ? is this a common issue ? anyone faced the same issue before ?