RE: trying to retrieve listaccessiblecustomers but (missing authorization code)

2023-09-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. By reviewing your concern, I understand that you are trying to retrieve listAccessibleCustomers but getting an error message "Missing authorization code". In order to investigate your issue further, kindly provide us with the c

Trying to retrieve listAccessibleCustomers but (Missing authorization code)

2023-09-25 Thread Enzo Patriarca
$parameters = ['access_type' => 'offline']; $driver = Socialite::driver('google')->with($parameters); $user = $driver->stateless()->user(); // dd($user); $accessToken = $user->token; $authorizationCode = $_GET['code']; // $this->afterGoogleCallback($user,$authorizationCode,$accessToken); $client