Re: BadAuthentication error when using AdWordsUser from .NET client lib 12.2.0.0

2011-07-05 Thread Marijn
Hi Anash, Thank you, you solved my problem! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message be

Re: BadAuthentication error when using AdWordsUser from .NET client lib 12.2.0.0

2011-07-04 Thread Anash P. Oommen
Hi, I've added a detailed troubleshooting guide on https://groups.google.com/forum/#!topic/adwords-api/5q52k_AJC-Q. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com ht

Re: BadAuthentication error when using AdWordsUser from .NET client lib 12.2.0.0

2011-07-03 Thread ewittas
Hi guys, I am using v13 to get API access of adwords account. I am getting same above issue "AuthTocken Login failed" on code lline, AdWordsUser user = new AdWordsUser(headers);. Can any one help me out? On Jul 4, 10:04 am, "Anash P. Oommen" wrote: > Hi Marjin, > > I think the v12.2.0 has an i

Re: BadAuthentication error when using AdWordsUser from .NET client lib 12.2.0.0

2011-07-03 Thread Anash P. Oommen
Hi Marjin, I think the v12.2.0 has an issue where the header cases got messed up, try making the first letter of each header key caps (Email, Password, etc.) Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussio

BadAuthentication error when using AdWordsUser from .NET client lib 12.2.0.0

2011-06-30 Thread Marijn
Hi there, We are in the process of supporting the latest Adwords API version. In doing so, we replaced our client lib (downloaded source code which supports the v200909 api) with the binary of Google.AdWords.dll v12.2.0.0. This broke a lot of things we should be able to fix. However, our impl