Github user steveblackmon commented on a diff in the pull request:

    https://github.com/apache/incubator-streams/pull/133#discussion_r20475345
  
    --- Diff: 
streams-contrib/streams-provider-google/google-gplus/src/main/jsonschema/com/google/gplus/GPlusConfiguration.json
 ---
    @@ -54,21 +54,18 @@
                 "dynamic": "true",
                 "javaType" : 
"org.apache.streams.google.gplus.GPlusOAuthConfiguration",
                 "javaInterfaces": ["java.io.Serializable"],
    +            "description": "DEPRICATED",
                 "properties": {
                     "appName": {
                         "type": "string"
                     },
    -                "consumerKey": {
    -                    "type": "string"
    -                },
    -                "consumerSecret": {
    -                    "type": "string"
    -                },
    -                "accessToken": {
    -                    "type": "string"
    +                "pathToP12KeyFile": {
    +                    "type": "string",
    +                    "description": "Absolute Path to key file"
                     },
    -                "accessTokenSecret": {
    -                    "type": "string"
    +                "serviceAccountEmailAddress": {
    +                    "type": "string",
    +                    "description": "Service Account email address for your 
app"
    --- End diff --
    
    Have you concluded that authorization with oauth credentials (such as is 
done in streams-provider-twitter) is not supported by this library, or just 
that P12 key authorization is a more expedient option?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to