标签: android google-oauth
我想通过Google OAuth获取用户的电子邮件地址和用户联系人。 我有两个API的相应SCOPE网址。但是如何一次性传递它们呢?
答案 0 :(得分:2)
如果你是以编程方式进行的,在我看到的例子中,通常你应该传递一个字符串数组,其中每个字符串代表一个范围。 如果您是通过HTTP GET / POST请求进行操作 - 只需将范围与“+”符号连接即可。 喜欢:
https://accounts.google.com/o/oauth2/v2/auth?&scope=https://www.googleapis.com/auth/userinfo.email+https://www.googleapis.com/auth/userinfo.profile