I'm trying to build a web application that uses data off of google trends and/or google insight, but I've run into a bit of a road block. Google Trends only lets you download the csv file if you are logged in on a valid google account. Thus, I can't have my web application download and parse them.
Which lead me to start looking into OAuth http://code.google.com/apis/accounts/docs/OAuth.html, but I'm a bit overwhelmed.
Trying to use google trends url with http://googlecodesamples.com/oauth_playground/ generates an invalid scope error for the google trends url.
Can I not use Oauth to access these services? I've done a bunch of searching, but haven't found any really solid examples(at least ones that I can understand) of how to properly use this. Is there a better way to do this?
Anyone help me out on this?