Hi,
Could you check your Google API console project to see if you have set the
email address for your client? You could find this on the consent screen
tab of your client. That should fix the invalid_client issue.
Cheers,
Anash
On Wednesday, November 13, 2013 6:30:01 AM UTC-5,
my...@smallbize
Hi Anash
I am facing same issue, i have created Test MCC account and creates
ClientID and secret key as mentioned in documentation. But its giving below
error
Log in to your AdWords account and open the following URL:
https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=*
I did create a 'Installed App' but could not get it to work and receive the
described error. I did get a refresh token now when I added a Web app and
used that id/secret pair.
- Filip
On Tuesday, 1 October 2013 12:36:38 UTC+3, Anash P. Oommen (AdWords API
Team) wrote:
>
> Hi Filip,
>
> Looks l
Hi Filip,
Looks like you created a "Web application" on the Google API Console. For
installed application, there's an installed application option on the
Google API Console, and urn:ietf:wg:oauth:2.0:oob is a registered callback
url in that project.
Cheers,
Anash P. Oommen
AdWords API Advisor
We are building a adwords tool but we're struggling with the
authentication. Our tool is just for internal use and therefore should be
considered as a "installed app" I assume. So the logic should be as
follows: authenticate with OAuth2.0 once and then just refresh the
authentication as the ap