[paid] Searching someone to guide me for my first PHP API call

2022-08-14 Thread Laurent Petr
Hi all, I have posted several times here, but I never succeded to do my first API call :'-( Mainly for problems of tokens. Now I know that Google API support can't help me, *I'm searching someone to guide me*. *I can pay for that*. For the moment I just need to list campaigns and activate or disa

Someone to help me for my first API call?

2022-08-13 Thread Laurent Petr
Hi all, I have posted several times here, but I never succeded to do my first API call :'-( Mainly for problems of tokens. Now I know that Google API support can't help me, I'm searching someone to guide me. I can pay for that. For the moment I just need to list campaigns and activate or disable

Uncaught GuzzleHttp\Exception\ClientException / invalid_grant

2022-03-04 Thread Laurent Petr
Hi all, I'm still trying to use the API for the first time. I have created the identification keys in the console. I didn't succeed making work example/Authentification php scripts, but I could get a refresh token with my own script, with "https://www.googleapis.com/auth/adwords"; as scope and "

Re: Authorization problem

2022-02-23 Thread Laurent Petr
Hello, On Github, they said to see with API support... They said also, I shoud use AuthenticateInDesktopApplication.php even with a web app, and not AuthenticateInWebApplication.php I tryed again with AuthenticateInDesktopApplication.php and I have the message : "Erreur 400 : redirect_uri_mism

Re: Authorization problem

2022-02-21 Thread Laurent Petr
Hi Ernie Ok, I will post on the other group. But could you help me to understand how the authorization should work? I want to create a small web app. According to your documentation (https://developers.google.com/google-ads/api/docs/client-libs/php/oauth-web?hl=en), I need to execute the autho

Re: Authorization problem

2022-02-18 Thread Laurent Petr
ected to http://127.0.0.1:44807/oauth2callback But this URI doesn't exists, so it's an error page. Thanks Laurent Le vendredi 18 février 2022 à 11:12:37 UTC+1, Laurent Petr a écrit : > Hi Peter, > > Thanks! > > "php AuthenticateInDesktopApplication.php" is whats

Re: Authorization problem

2022-02-18 Thread Laurent Petr
Hi Peter, Thanks! "php AuthenticateInDesktopApplication.php" is whats I tried yesterday. But, as my app is a web app, I've just tryed "php AuthenticateInWebApplication.php". The detailed message doesn't speak of king of app now, It's a problem of authorized URI : "Erreur 400 : redirect_uri_mism

Authorization problem

2022-02-17 Thread Laurent Petr
Hi all, I'm trying for the first time to use Google Ads API and I'm following these instructions : https://github.com/googleads/google-ads-php/blob/HEAD/README.md#getting-started I have a problem with "Run the AuthenticateInDesktopApplication