原文:github api to refresh_token throws bad_refresh_token error when access_token is expired
I am trying to build a github app. I use the access token api(https://github.com/login/oauth/access_token) to get the access token for the user. I then use the same api with refresh_token to get a new ...