I would like generate the token to google apis. I'm using this url: https://oauth2.googleapis.com/token
and the body is :
grant_type:authorization_code
client_id: ***********
client_secret:*********
code:code
and I got the resposne :
{
"error": "invalid_grant",
"error_description": "Malformed auth code."
}
Someone could help me to generate the token ?