Hi Rodrigo, I'd probably check if you are getting accessToken all the time. If there's some form of error (say, a rate limit on refreshing access token, then $accessToken would be null, and your request would fail.
Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, March 1, 2014 4:59:14 PM UTC-5, Rodrigo Ferreira wrote: > > Hi Takeshi, thanks for your response! > > I am slightly confused. Isn't the code below refreshing the access token? > > $ch=curl_init('https://accounts.google.com/o/oauth2/token'); > curl_setopt($ch,CURLOPT_CUSTOMREQUEST,'POST'); > curl_setopt($ch,CURLOPT_POSTFIELDS,http_build_query(array( > 'refresh_token'=>$refreshToken, > 'client_id'=>$clientId, > 'client_secret'=>$clientSecret, > 'grant_type'=>'refresh_token', > ))); > $json=curl_exec($ch); > > And, if that is a requirement, why setting the WSDL TTL (of SoapClient) to > a large value fixes the issue? > > Sorry, I am not using the provided client libraries. But I did look at the > source code, to clarify how this is being addressed, to no success. > > Best, > Rodrigo > > > Em quarta-feira, 26 de fevereiro de 2014 04h34min31s UTC-3, Takeshi > Hagikura (AdWords API Team) escreveu: >> >> Hi Rodrigo, >> >> In your script, looks like you are not refreshing an access token. >> An access token expires in one hour, it needs to be refreshed using a >> refresh token. >> >> Our client libraries take care of it if an refresh token is supplied. >> >> Best, >> - Takeshi, AdWords API Team >> >> On Saturday, February 22, 2014 11:50:01 PM UTC+9, Rodrigo Ferreira wrote: >>> >>> Hi there, >>> >>> I am getting this error message >>> >>> AuthenticationError.LOGIN_COOKIE_REQUIRED @ ; trigger:'<null>' >>> >>> whenever I run the attached PHP script for the first time. Subsequent >>> runs work fine for some hours until I get the error again (I believe the >>> referred cookie expires again). >>> >>> What is this cookie about? Can someone pinpoint what is going on and how >>> to fix it? >>> >>> I am trying to build an "as simple as possible" routine to retrive >>> campaign names, following the documentation, I do not understant this >>> behavior. >>> >>> Any help is much appreciated! >>> >>> Best, >>> Rodrigo >>> >>> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.