Re: LocationSyncExtension -> Help on OAuthInfo

2013-04-03 Thread Kaushik Sahoo
Hi Anash, Thanks for the Info. Now it works. Though I had to struggle to find out what ** actually meant. For, the benefits of others ** is actaully the acess token. So, httpAuthorizationHeader = "Bearer " + OAuth AccessToken On Wednesday, 3 April 2013 15:51:51 UTC+5:30, Anash P. Oo

Re: LocationSyncExtension -> Help on OAuthInfo

2013-04-03 Thread Anash P. Oommen (AdWords API Team)
Hi Kaushik, Your request should look like this, assuming you are using OAuth2: adwords login email GET https://adwords.google.com/api/adwords/ Bearer *** Also, email is case sensitive if I remember correctly. Make sure it matches in case with the login email. Cheers, Anash P.

Re: LocationSyncExtension -> Help on OAuthInfo

2013-04-02 Thread Kaushik Sahoo
I tried creating OAuth access using "https://adwords.google.com/api/adwords/"; scope and passed the 'Access Token' received as httpAuthorizationHeader but got INVALID_OAUTH_TOKEN_FOR_EMAIL error. How can we get httpAuthorizationHeader information from OAuth authentication response? I've no id