Possible Duplicate:
OAuth 2.0 with Google Analytics API v3
I've been reading loads of pages about the Google API today and how it requires Oauth2.0
The documentation on Google's own site is useless and keeps sending you round in circles so I'm hoping somebody here might be able to help.
I'm trying to build a simple test webpage (on http ://localhost) which takes data from the Analytics API, always from the same account.
So, I have an API key and would like to get data from this 1 account without requiring users of my site to login (they wouldn't be able to do that anyway, it's my account).
So, is there a way to authenticate my app on localhost programatically via HTTP or something. It seems like I shouldn't need to use Oauth unless my users were accessing their own accounts?