Hi Nick, You can create a web application and follow the steps provided here <https://developers.google.com/adwords/api/docs/guides/authentication> to setup API access for web flow. This guide <https://github.com/googleads/googleads-php-lib/wiki/API-access-on-behalf-of-your-clients-(web-flow)#user-content-step-2---setting-up-the-client-library> provides sample code snippets which show how to set up the client library and use OAuth2 to make calls using the client library. This client library uses the Google Auth library <https://github.com/google/google-auth-library-php> to handle OAuth2. The preferred method to download the client library is via composer <https://getcomposer.org/>. If you would rather not use composer, you can download the package in its entirety. The Releases <https://github.com/google/google-api-php-client/releases> page lists all stable versions of the Google Auth library. Download any file with the name google-api-php-client-[RELEASE_NAME].zip for a package including this library and its dependencies. Uncompress the zip file you download, and include the autoloader in your project.
I would also recommend that you post this question on the client library's issue tracker <https://github.com/googleads/googleads-php-lib/issues> so they can help you out. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. 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/635de512-4459-4326-946a-8227bc2ba5be%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
