I am attempting to get a login and reference to KeywordService with the following code:
AdWordsUser user = new AdWordsUser(); KeywordToolService service = (KeywordToolService)user.GetService (ApiServices.v13.KeywordToolService); GetToken() within class AuthToken is failing - throwing a Login Failure. The caller of GetToken,ReadV200906HeadersFromConfig() is passing null values for Email and Password to the AuthToken constructor - apparently not reading from my app config file. This is despite the fact that I have edited an app config XML with the appropriate values and it is located within the bin\debug directory along with the google adwords dll. What am I doing wrong? TIA...Doyle --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---