Authentication Issue with Adwords API (v201101)

2011-08-10 Thread Nariz Wallace
Hi, I downloaded the .Net Adwords Library, I've been reviewing the samples (TargetingIdeaService) I extracted some code to start working on some proofs of concept, but my problem so far is that I cannot get logged in to the sandbox, I modified the default values in the the app.config to use the

Authentication problems with .Net Library

2011-08-10 Thread Nariz Wallace
Hi, I downloaded the .Net Adwords Library. I've been reviewing the samples programs (TargetingIdeaService). I extracted some code to start creating some proofs of concept, but bigest issue, so far, is that I cannot get logged in to the sandbox, I replaced the default values for my authentication

Re: Authentication problems with .Net Library

2011-08-10 Thread Nariz Wallace
I found how to set the AuthToken in the app.config, it was right in front of me: add key=AuthToken value=INSERT_YOUR_AUTH_TOKEN_HERE/ Anyway, I'm still looking the answers for my other questions. Thanks. On Aug 10, 9:17 pm, Nariz Wallace lomb...@gmail.com wrote: Hi, I downloaded