I am writing a simple Google API application that will help the user with some tasks using the Google Prediction API.
I am intending to use the API from a Server-Server perspective, so I am really not requesting data from the end-user.
Everywhere I read about the Google oAuth API even for Server-Server it tries to authenticate the enduser, but why? I (the application) want to access the API and be charged for it, not the end user. I don't want to know anything about the user...
So how do I get to consume the Google Prediction API without doing a user side oauth request?