Re: i don't recieve new refresh token, if i have one

2017-09-06 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The approval_prompt has been changed to prompt in the Google OAuth2 documentation . You will have to use prompt=consent to get a similar behavi

i don't recieve new refresh token, if i have one

2017-09-06 Thread sprytar . developer
it is my code $client = new Google_Client(); $client->setApplicationName('name of app'); $client->setScopes('https://www.googleapis.com/auth/adwords'); $client->setAuthConfig($path_to_secret); $client->setApprovalPrompt('force'); $client->setAccessType('offline'); $array = $client->authenticate