Using Refresh Token Exception { “error” : “invalid_grant” }'

后端 未结 6 1505
北荒
北荒 2020-12-16 22:12

I\'ve successfully built an application that fetches an access and refresh token.

In my script I check if the access token is valid and if not I then use the refresh

6条回答
  •  暖寄归人
    2020-12-16 22:32

    my issues is authorization_code just to exchange access token, you cannot reuse it. just renew authorization_code to get new access token

提交回复
热议问题