I am trying to create a script to be able to get report data from adwords using coldfusion 11. I have an api key and everything. I am trying to use CFOAUTH to login but I keep getting the following error: "Invalid client - No application name." Below is the code that i'm using:
<cfoauth type="google" clientid="xxxxxxxx.apps.googleusercontent.com" secretkey="xxxxxx" result="r" scope="email" redirecturi="http://localhost/report.cfm">
Any help would be very much appreciated.