I need to get access_token without google login form

2023-12-13 Thread Asif Khan
I am fetching Play Store app reviews using Google API but I want an access token and refresh token without using the signup forum. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: I need to get access_token without google login form

2018-09-18 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Are you saying that you would like to generate the OAuth tokens (access and refresh tokens) without the user manually accepting the prompt/authorizing the call? If so, please note that it is required to manually accept the prompt at-least once. Once you are able to generate the refresh

I need to get access_token without google login form

2018-09-18 Thread freshcoderjack0501
Hello. I have used node adwords api to manage adwords with nodejs. So to get authenticated user first, I have done like this. This is my code: ... app = express(); let auth = new AdwordsAuth({ client_id: *, client_secret: *, }, 'http://localhost:3000/account_auth'