google-gplus contains providers, conversions, and utility classes for activity exchange with Google+
| Schema | JavaDoc | Example Configuration(s) |
|---|---|---|
| GPlusConfiguration.json | GPlusConfiguration.html | reference.conf |
| Class | Class JavaDoc |
|---|---|
| GPlusUserDataProvider | GPlusUserDataProvider.html |
| GPlusUserActivityProvider | GPlusUserActivityProvider.html |
| GooglePlusTypeConverter | GooglePlusTypeConverter.html |
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"