I am trying to write a ColdFusion script that logs into Adwords and I have the following code:
<cfoauth type="google"
clientid="xxxxxx.apps.googleusercontent.com"
secretkey="xxx"
result="r"
scope="email"
redirecturi="http://localhost/report.cfm">
When I run the script I get success but then it takes me to page to copy some access token I think. I'm not sure what to do with it after that. Any one use this before and knows what to do?