Closed Y-Matin closed 1 month ago
@tangyang9464 @JalinWang @imp2002
Can you tell me first if this is a problem or if my usage is incorrect ? Thanks
i've actually the same problem, when calling client.RefreshOauthToken with the refresh token value i receive an error stating that the token is invalid
@Y-Matin @CRSylar can you make a PR?
Closed as stale
first : get token by code and state , and set scope:profile
when refresh token by client.RefreshOAuthToken, get new accessToken without scope . so I use new accessToken to get userinfo (/api/userinfo), get response doesn't have user's permissions.
but the resultful api need scope parameter