tree: 45483eab30a2b79eebf3bf4b52d12ba5bc2d0fa1
  1. src/
  2. pom.xml
  3. README.md
streams-contrib/streams-provider-google/google-gplus/README.md

google-gplus

Google+ Provider

Example configuration:

gplus {
    googlePlusUsers = [
        {
            userId = ""
        }
    ]
    oauth {
        appName = ""
        pathToP12KeyFile = "Absolute Path to key file"
        serviceAccountEmailAddress = ""
    }
}