Re: AuthTokenException

2011-04-07 Thread kush
Hi all, Thank you very much. The solution you gave resolved my problem. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Y

Re: AuthTokenException

2011-04-06 Thread Evgeniy Bogdanov
. > $ch = curl_init($url); > curl_setopt($ch, CURLOPT_FILE, $file); > curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); > curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); > curl_setopt($ch, CURLOPT_HEADER, 0); > curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); > curl_setopt ($ch, CURL

Re: AuthTokenException

2011-04-05 Thread David Torres
Hi, Was your code working previously or is the first time you are using the library? Did you enabled VERIFY_PEER in settings.ini? If so, did you also configure your certificates correctly? Best, - David Torres, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

AuthTokenException

2011-04-01 Thread kush
password. But the problem is i get an exception that looks like this: 'AuthTokenException' with message 'Failed to get authToken. Reason: SSL certificate problem, verify that the CA cert is OK. Details: error: 14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE: please help me how to resolve

Re: AdWords API AuthTokenException: Login failed

2010-04-09 Thread Joshua J. Kugler
On Friday 09 April 2010, SW elucidated thus: > Reusing authentication seemed to have helped. Surprisingly, > documentation doesn't state this. From: http://code.google.com/apis/adwords/v2009/docs/headers.html "An authentication token is valid for about a week after you acquire it; when it expir

Re: AdWords API AuthTokenException: Login failed

2010-04-09 Thread SW
Reusing authentication seemed to have helped. Surprisingly, documentation doesn't state this. Thank you Eric On Apr 9, 1:20 pm, AdWords API Advisor wrote: > Hi, > > This likely indicates that you are making too many requests to the > ClientLogin API in a short period of time.  Are you reusing s

Re: AdWords API AuthTokenException: Login failed

2010-04-09 Thread AdWords API Advisor
Hi, This likely indicates that you are making too many requests to the ClientLogin API in a short period of time. Are you reusing services and/or authTokens in your application? Best, - Eric Koleda, AdWords API Team On Apr 8, 5:19 pm, SW wrote: > Hi, > > We have a process where we replicate go

AdWords API AuthTokenException: Login failed

2010-04-08 Thread SW
Hi, We have a process where we replicate google adwords account to multiple client accounts(could be 20+) to copy over ads. We started getting the login failed error recently. We are using v200909 version with version 7 client library. Please shed some light in resolving this or suggest a work