Re: An error has occurred: { "error" : "invalid_grant" }

2013-08-23 Thread Jur
Hello Takeshi, Problem solved Thanks, I feel a bit stupid I didn't think of this. But still, it's not that obvious. Thanks again! Regards, Jur Op vrijdag 23 augustus 2013 07:05:23 UTC+2 schreef Takeshi Hagikura (AdWords API Team): > > Hi Jur, > > I got it. > &

Re: An error has occurred: { "error" : "invalid_grant" }

2013-08-22 Thread Jur
f service and privacy policies. I click accept and get : Please copy this code, switch to your application and paste it there: With the token there. I put that token in auth,ini Regards, Jur Op donderdag 22 augustus 2013 07:39:26 UTC+2 schreef Takeshi Hagikura (AdWords API Team): > > Hi

Re: An error has occurred: { "error" : "invalid_grant" }

2013-08-21 Thread Jur
Hello Takeshi, I think the error is in this part of the code in the file /Common/Lib/AdsSoapClient.php: $response = parent::__soapCall($function_name, $arguments, $options, $input_headers, $output_headers); Hope you can help me! Regards, Jur Op woensdag 21 augustus 2013 13:53:06

Re: An error has occurred: { "error" : "invalid_grant" }

2013-08-21 Thread Jur
Conversion (AwApi-PHP/4.4.0, Common-PHP/5.0.0, PHP/5.3.3)IdNameNameASCENDING0500 Op dinsdag 20 augustus 2013 17:37:50 UTC+2 schreef Takeshi Hagikura (AdWords API Team): > > Hi Jur, > > Sorry I didn't mean to post client id and client secret. > I wanted to know what acc

Re: An error has occurred: { "error" : "invalid_grant" }

2013-08-20 Thread Jur
the AdWordsUser.php file's directory. $user = new AdWordsUser(); // Log every SOAP XML request and response. $user->LogAll(); // Run the example. GetCampaignsExample($user); } catch (Exception $e) { print_r($e); printf("An error has occurred: %s\n", $e->getMessag

Re: invalid grant with php

2013-08-18 Thread Jur
Hello Paul, Thanks for your reply. I've run the GetRefreshToken.php and got an URL back with the text that I should open it in the browser. On that URL I got a token, so that script works perfectly. Any other idea? Regards, Jur Op donderdag 15 augustus 2013 17:33:24 UTC+2 schreef

An error has occurred: { "error" : "invalid_grant" }

2013-08-09 Thread Jur
request a list of campaines in my test account. Hope someone can help me out in the right direction. Regards, Jur MMC id : 916-243-9387 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://group

Re: invalid grant with php

2013-08-09 Thread Jur
Hello Alex, I've the exact same problem. Were you able to generate a refresh_token with the GetRefreshToken.php script? I was able to do this, but can't get any campaign list visible without the invalid grant error. Did you find a solution? Regards, Jur Op woensdag 7 augustus 201