I am developing small android app which fetch the google contacts with google contacts api.
Now I am getting access_token and refresh_token from oAuth. But at next launch user does not need google login again. so I am going to get the access_token from refresh token.
Can you let me know the best way to get access_token from refresh_token?
Many thanks.