Martialdelastic / google-api-adwords-php

Automatically exported from code.google.com/p/google-api-adwords-php
Apache License 2.0
0 stars 0 forks source link

i just set parameters in atuhentication file and when i ran the GetRelatedKeywords file its shows following error. #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
AuthTokenException Object ( [error:private] => BadAuthentication [url:private] 
=> [captchaToken:private] => [captchaUrl:private] => [message:protected] => 
Failed to get authToken. Reason: BadAuthentication [string:private] => 
[code:protected] => 0 [file:protected] => 
/var/demo/api/aw/src/Google/Api/Ads/Common/Util/AuthToken.php [line:protected] 
=> 88 [trace:private] => Array ( [0] => Array ( [file] => 
/var/demo/api/aw/src/Google/Api/Ads/AdWords/Lib/AdWordsUser.php [line] => 503 
[function] => GetAuthToken [class] => AuthToken [type] => -> [args] => Array ( 
) ) [1] => Array ( [file] => 
/var/demo/api/aw/src/Google/Api/Ads/AdWords/Lib/AdWordsUser.php [line] => 141 
[function] => RegenerateAuthToken [class] => AdWordsUser [type] => -> [args] => 
Array ( ) ) [2] => Array ( [file] => 
/var/demo/api/aw/examples/v200909/GetRelatedKeywords.php [line] => 46 
[function] => __construct [class] => AdWordsUser [type] => -> [args] => Array ( 
) ) ) ) 

Original issue reported on code.google.com by mkhali...@gmail.com on 13 Jul 2010 at 6:58

GoogleCodeExporter commented 8 years ago
This error indicates that the authentication information isn't correct.  Please 
double check the username and password you entered.

Original comment by api.ekol...@gmail.com on 13 Jul 2010 at 2:51