eurooooo opened a new pull request, #119: URL: https://github.com/apache/incubator-answer-plugins/pull/119
I tried connect to google but faced this issue:  Then I printed out fields in **userInfo** in function **ConnectorReceiver** in **google.go**.  It turns out that google doesn't return **id** field as unique identifier for users, instead it uses **sub** field.  So I changed **ExternalID: respGoogleAuthUserInfo.ID**:  to **ExternalID: respGoogleAuthUserInfo.Sub**:  And I connected to google account successfully. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
