tree: 3c840e3f81b2514d10af72e3ea3e993ede666842 [path history] [tgz]
  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 = ""
    }
}