"GooglePlus" (Service Connection)
This service was officially discontinued by Google on April 2, 2019.
Connect your Google+ account to the Wolfram Language to analyze Google+ activities.
Connecting & Authenticating
ServiceConnect["GooglePlus"] creates a connection to the Google+ API. If a previously saved connection can be found, it will be used; otherwise, a new authentication request will be launched.
Requests
ServiceExecute["GooglePlus","request",params] sends a request to the Google+ API, using parameters params. The following give possible requests.
User Data
"UserData" — profile information for the specified user
"UserID" | authenticated user | user ID |
"ActivityList" — list of activities in the user's stream
"UserPosts — content of posts on the user's stream
"UserPostsTimeline — timeline plot of content in the user's stream
"UserPostsEventSeries — event series of content in user's stream
"UserID" | authenticated user | user ID | |
MaxItems | Google+ default | limit on the length of results | |
"StartIndex" | 1 | starting position of results |
Activity Data
"ActivityData" — information about the specified activity
"ActivityID" | (required) | activity ID |
"ActivityPlusOners" — list of users who clicked the +1 button for the specified activity
"ActivityResharers" — users who reshared the specified activity
"ActivityID" | (required) | activity ID | |
MaxItems | Google+ default | limit on the length of results | |
"StartIndex" | 1 | starting position of results |
Circles
"CircledUsers" — users in the authenticated user's circles
MaxItems | Google+ default | limit on the length of results | |
"StartIndex" | 1 | starting position of results |
Queries
"ActivitySearch" — activities matching the query
"UserSearch" — activities matching the query
"Query" | (required) | user ID | |
MaxItems | Google+ default | limit on the length of results | |
"StartIndex" | 1 | starting position of results |