The central class for interacting with Google APIs.
Most of the APIs, specifically all GData APIs and Google+ usage of "me", require OAuth2 authentication. To use methods that require OAuth2 authentication, {@link GoogleTemplate} must be constructed withan access token which is authorized for the appropriate scope. For using Google+ without authenticating, {@link GoogleTemplate} default constructor can be used.
@author Gabriel Axel
|
|
|
|