Hi Steve,
I see that you are referring to the PHP sample. Could you confirm that you installed the PHP library using the
Composer and following the instructions listed in
this page? Composer will take care of installing all the required dependencies for the client library.
Regarding your question about OAuth, every call issued against AdWords API requires the caller to authenticate and that is done via the OAuth setup. It is true that in your case you are not querying for data belonging to your account. However, the call is issued against the API and hence OAuth cannot be bypassed. The OAuth setup is onetime for a given user login and detailed steps are listed in
this page. Please give it a try and I will be happy to assist you if you face any issues with the setup.
Thanks,
Sreelakshmi, AdWords API Team