公司的app允许使用账号登陆。
为使服务器能使用已登录用户的账号读取用户信息,使用了 +/web//-side-flow 文中所说的one-time-code flow 方案。
参考官方文档 +//ios/sign-in
向服务器发送 (就是文中所指one-time-code)之后,服务端一直提示:
object(Google_AuthException)#27 (7) {
["message":protected]=>
string(60) "Error fetching OAuth2 access token, message: 'invalid_grant'"
["string":"Exception":private]=>
string(0) ""
["code":protected]=>
int(400)
["file":protected]=>
string(92) "/google-api-php-client-read-only/src/auth/Google_OAuth2.php"
... ...
我使用重新实现one-time-code flow却成功了。
昨天了一天 也没解决,求指点
© 版权声明
文章版权归作者所有,未经允许请勿转载。
相关文章
暂无评论...