Fork me on GitHub

org.apache.streams:google-gplus

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

Configuration

Schema JavaDoc Example Configuration(s)
GPlusConfiguration.json GPlusConfiguration.html reference.conf

Components

components

Class Class JavaDoc
GPlusUserDataProvider GPlusUserDataProvider.html
GPlusUserActivityProvider GPlusUserActivityProvider.html
GooglePlusTypeConverter GooglePlusTypeConverter.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"

JavaDocs

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