org.apache.streams:google-gplus

google-gplus contains providers, conversions, and utility classes for activity exchange with Google+

Configuration

SchemaJavaDocExample Configuration(s)
GPlusConfiguration.jsonGPlusConfiguration.htmlreference.conf

Components

components

ClassClass JavaDoc
GPlusUserDataProviderGPlusUserDataProvider.html
GPlusUserActivityProviderGPlusUserActivityProvider.html
GooglePlusTypeConverterGooglePlusTypeConverter.html

Test:

Log into admin console Create project Enable Data API on project Create service account Download p12 file

Create a local file gplus.conf with valid gplus credentials

gplus {
  apiKey = ""
  oauth {
    serviceAccountEmailAddress = ""
    pathToP12KeyFile = ""
  }
}

Build with integration testing enabled, using your credentials

mvn clean test verify -DskipITs=false -DargLine="-Dconfig.file=`pwd`/gplus.conf"

Experimental Features

JavaDocs

Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0