Re: OAuth with Javascript + AdWords API PHP library?

2017-12-04 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Johnny, Once the account owner provides the authorization, your application will be able to generate the OAuth tokens which is required to make API calls against their accounts. However, you will still need an approved developer token to make the API calls. You can create a production MCC

OAuth with Javascript + AdWords API PHP library?

2017-12-04 Thread Johnny
Hi! I'm creating a web pp which lets visitors authenticate via Google OAuth 2 (Javascript API), and once authentication is complete, on the same page get the list of their AdWords accounts with some basic reports about each account (CPA in last month, etc.). I've already implemented