#5. OAuth 2.0 | Generate Access Token Using Authorization Code Using For Google API|

preview_player
Показать описание
In the last video, we have already generated an Authorization code using the client id and client secret in postman. In this video, we will generate an access token using an authorization code in postman.
Рекомендации по теме
Комментарии
Автор

Tip: Use the authorization code obtained from the URL of the first authorization page, not from the redirect page.

Nilton_Rocha
Автор

sir aap myntra api integration k liya merchant id aur secret key kaha se get kar sakte he vo bata sakte he

CuteAngle-vm
Автор

Where did you get the code value? You just copy pasted it.

freedomsms
Автор

Guys if you can't see the refresh token try this revoke your token 1st and then repeat the same process, it works with me

CreatePlayGames
Автор

i have error: {
"error": "invalid_grant",
"error_description": "Bad Request"
}

PostcardEnglish
Автор

"error": "invalid_grant",
"error_description": "Bad Request" i am getting this error, ivalid grant... i used athorization_code as grant. still i am facing with this error

rrdrjmy
Автор

im not getting refresh_token in response

jaydeepsapariya
Автор

Hi Amod..Need your help in testing my Application API via PostMan and to do that I need to pass these OAuth parameters in Body [
{
"id": "OAuth",
"caption": "OAuth 2.0 / OpenID Connect",
"authTemplate": "Module=OAuth;(OAuth2Code)Code;(Hidden)AppUrl;(Hidden)ClientId;(Hidden)Nonce;(Hidden)RedirectUri",
"passwordBased": false,
"isDefault": false
}
] Would it be possible for you to connect over email and if you could share your email. I tried passing the values but getting error that paramter code is empty or null. where I am not able to figure out what's wrong.

debasissahoo
Автор

"error": "invalid_grant",
"error_description": "Bad Request" access token time getting error

tusharsangale