You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo 'Google did not respond with a refresh token. You can still use the Google Contacts API, but you may to re-authorise your application in the future. ';
echo 'Access token response:';
var_dump($accessToken);
} else {
echo 'Refresh token is: '.$accessToken->refresh_token.' - Please add this to the config file.';