Hi,

Here are a few suggestions to troubleshoot your issues.

1. If you are using v12.2.0, try capitalizing the first letter of the 
headers. (Email, Password, DeveloperToken, etc.)
2. Catch the exception, it should be an AuthTokenException object. Inspect 
its properties and see what the actual cause of failure is. The Errorcode 
field contains more information on why the login is failing. See 
http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/src/Common/Lib/AuthTokenException.cs#93
 for 
details. Detailed explanation for each failed results are available here: 
http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html#Errors
3. Download Fiddler2 from http://www.fiddler2.com/fiddler2/. Start fiddler, 
enable it to capture https traffic. Set the client library's proxy in 
App.config/Web.config to http://localhost:8888 and run your code. Fiddler 
should capture the raw traffic and it should give some hint on why things 
are failing (bad password, wrong fieldname, etc.)
4. If everything else fails, mail the raw logs to me 
([email protected]) and ping this thread. I'll take a look at the 
logs. Do not post the logs online, it may contain sensitive information.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to