This class was deprecated.
This API has been deprecated. Please refer to Deprecation Notes for
details.
The main entry point for Google+ integration.
Nested Class Summary
class | Plus.PlusOptions | API configuration parameters for Google+. |
Field Summary
public static final Api<Plus.PlusOptions> | API | This field was deprecated. See
Plus
for details. |
public static final Account | AccountApi | This field was deprecated. See
Account
for details. |
public static final People | PeopleApi | This field was deprecated. People API is
deprecated. See People for
details. |
public static final Scope | SCOPE_PLUS_LOGIN | OAuth 2.0 scope for accessing the user's name, basic profile info and Google+ profile info. |
public static final Scope | SCOPE_PLUS_PROFILE | OAuth 2.0 scope for accessing the user's Google+ profile data. |
Inherited Method Summary
Fields
public static final Api<Plus.PlusOptions> API
This field was deprecated.
See Plus
for
details.
Token to pass to
addApi(Api extends Api.ApiOptions.NotRequiredOptions>
)
to enable the Google+ features.
To configure additional Google+ options, provide a Plus.PlusOptions
object to
addApi(Api extends Api.ApiOptions.NotRequiredOptions>
)
.
public static final Account AccountApi
This field was deprecated.
See Account
for
details.
Provides access to account management API methods.
public static final People PeopleApi
This field was deprecated.
People API is deprecated. See People
for
details.
Methods and interfaces related to people in Google+.
public static final Scope SCOPE_PLUS_LOGIN
OAuth 2.0 scope for accessing the user's name, basic profile info and Google+ profile info.
When using this scope, your app will have access to:
- the user's full name, profile picture, Google+ profile ID, age range, and language
- any other publicly available information on the user's Google+ profile
public static final Scope SCOPE_PLUS_PROFILE
OAuth 2.0 scope for accessing the user's Google+ profile data.