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
my issues is authorization_code just to exchange access token, you cannot reuse it. just renew authorization_code to get new access token