I am trying to get running with the AdWords PHP API. I am following the directions here:
Step number 5 here says:
5. Choose either Installed application or Web application depending on the style of your application
- If you wish to use our sample code GetRefreshToken.php to generate a refresh token, then you have to choose Installed application.
- If you choose Web application, you will also need to write your own web application that can complete the OAuth 2.0 flow.
I would like to use "Installed application" with a Refresh Token. My problem is that this is not one of the options that I am presented in the Google Cloud Console dialogue.
I know this is pretty basic but I am stuck after trying various other combinations that are not working.
Thanks, Greg