I am developing a PHP application which would use Google Fusion Tables only as a database in the background. The application includes a simple login section for basic security. I downloaded the google-api-php-client and successfully built up a connection to my Fusion Table using oAuth. Thats fine. However, I want to get rid off the prompt screen, that says that my registered application want to access Fusion Tables and asks me to allow or disallow. Since the app would use a Fusion Table being hosted on my account, I think there is no need to ask this question from the user. Can you advise me any workaround to this? I plan to keep it as simple as possible, and would be really happy if there would be a way to get the authentication done without prompting the user with any additional screens.
Thanks so much for your help!
https://developers.google.com/fusiontables/docs/articles/oauthfusiontables