Re: API connection issue

2013-11-12 Thread Anash P. Oommen (AdWords API Team)
Hi Ramakrishna, The wiki needs a bit of update. You don't need the {0} the string, and the OAuth2 header should instead go as an HTTP header Authorization: Bearer access_token I'll get the wiki fixed. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, November 8, 2013 3:05:45 PM UTC-5,

Re: API connection issue

2013-11-12 Thread Takeshi Hagikura (AdWords API Team)
Hi Ramakrishna, Do you have the exact same request XML you are sending without the client library? If possible, please include the HTTP level info such as HTTP headers and destination host name. (before posting, please remove the sensitive info such as your developer token and credential info)

API connection issue

2013-11-11 Thread Ramakrishna BS
We are facing some issues while connecting AdWords account using C#.net code. We are approaching option 1 (Make a raw API call, from the *https://code.google.com/p/google-api-adwords-dotnet/wiki/NoClientLibrary*) for this