I am calling:
- URL-https://accounts.google.com/o/oauth2/token
- METHOD-POST
BODY-
{ "client_id": "832123433433-9r28oattkl7rbaa5fsp3stfmhcvvlolf.apps.googleusercontent.com", "redirect_uri" : "https://www.inka.com/oauth2callback", "client_secret" :"XXXXXXXXXXXXXXXXXX", "grant_type" : "authorization_code" }
It show the following Error
{
"error": "invalid_request",
"error_description": "Required parameter is missing: grant_type"
}
Can any one tell me where I am wrong???