【发布时间】:2012-07-14 04:18:24
【问题描述】:
我需要为两个范围(来自我的 android 应用程序)请求访问令牌,https://www.googleapis.com/auth/userinfo.email 和 https://www.googleapis.com/auth/userinfo.userinfo
我想在一次调用getAuthToken 时同时获得这两种权限,但无法确定要传入authTokenType 参数的字符串。我尝试了几种合理的组合,但没有积极的结果:(
有人解决了这个问题吗?有可能吗?
【问题讨论】:
标签: android api authentication oauth