Hi,

I am very new to the adwords api and currently using the dotnet client
library.
When I use the sandbox and following this article
http://code.google.com/apis/adwords/articles/adwords_api_sandbox_best_practices.html

below is my codes:

AccountService service = new AccountService();
service.useragentValue = new useragent() { Value = new string[]
{ "xxx"} };
service.developerTokenValue = new developerToken() { Value = new
string[]{ "my_gmail++SGD"} };
service.emailValue = new email() { Value = new string[]
{ "my_gmail" } };
service.passwordValue = new password() { Value = new string[]
{ "******" } };
service.getClientAccounts();

I always get an error message "The developer token is invalid".

I have also modified the web.config file uncommented some of the
sandbox keys. Anyone can help here? Thanks in advance.


Regards,
JJ

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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

Reply via email to