I my android app I have 2 providers: facebook and google+. There are not problems with Facebook (and password) access. With googleplus always I have this response:
Response from verifyAssertion:
{"error":{
"message":"A system error has occurred",
"code":400,
"errors": [
{"message":"A system error has occurred",
"domain":"global","reason":"invalid"}
]
}
}