Hello, I am new to adwords api and I am not understanding very well the 
authorization process.
I am developing a console app on Node.js.
I want to know if there is a way to authenticate without the need of the 
approval of the user in the web of consent. I understand that this returns 
the "code" to then generate the credentials with the refresh_token.
I need these credentials for the node module I am using but also
I need a login without the interaction of the user or the browser.

Example of implementation:
Let user = new AdwordsUser ({
        DeveloperToken: DEVELOPER_TOKEN2, // your adwords developerToken
        UserAgent: 'Siri inc', // any company name
        ClientCustomerId: CLIENT_CUSTOMER_ID2, // the Adwords Account id 
(e.g. 123-123-123)
        Client_id: CLIENT_ID2, // this is the api console client_id
        Client_secret: CLIENT_SECRET2,
        Refresh_token: tokens.refresh_token, // <=== Here's the problem
        Access_token: tokens.access_token // <=== Here is the problem
        });


Thank you!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5b66a5d3-406b-454f-9489-ef8c7bd761c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Authentication ... Che Siri
    • Re: Authen... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum

Reply via email to