Re: OAUTH2 201206 .NET

2012-10-08 Thread okiebug1...@gmail.com
I have my refresh token and am receiving a 400 - bad request when attempting to get report id. Can you please point me to the documentation for the proper headers needed to make requests? You mentioned the need for an Authorization: Bearer xxx and I am unsure of the proper format. I am

Re: OAUTH2 201206 .NET

2012-10-08 Thread okiebug1...@gmail.com
I found the solution, once I removed the = for the header Authorization: Bearer nn. David On Monday, October 8, 2012 8:22:05 AM UTC-4, okieb...@gmail.com wrote: I have my refresh token and am receiving a 400 - bad request when attempting to get report id. Can you please point me to

Re: OAUTH2 201206 .NET

2012-10-04 Thread Anash P. Oommen
Hi, OAuth2 scope for AdWords API is https://adwords.google.com/api/adwords/ or https://adwords-sandbox.google.com/api/adwords/ depending on whether you are making calls to AdWords API production or sandbox environment. As with the other services, you get the OAuth2 client id and secret from

Re: OAUTH2 201206 .NET

2012-10-04 Thread okiebug1...@gmail.com
I appreciate your feedback. I notice the format for the webservices' SOAP message header is a bit different for AdWords than it is for GA. If possible can you point me to the documentation for the AdWords OAuth2 please? In GA, we are adding the following header to our SOAP message,