gpt4 book ai didi

android - 在 android 中获取 Google + 中的人员性别

转载 作者:行者123 更新时间:2023-11-30 03:14:47 27 4
gpt4 key购买 nike

我一直在尝试创建一个可以使用 Google+ 登录的 Android 应用程序。当我尝试从 Google+ 获取数据时,尽管在实际的 Google+ 页面中他们的性别是女性,但我得到的所有 Google+ 用户的性别都是男性(“0”)。

这是 Google plus 的错误,还是需要他们的许可之类的东西?

^^^^^^^^编辑^^^^^^^^^^^^^^^

我调用了mPlusClient.connect();

然后在 onConnected() 中我调用了 mPlusClient.loadVisiblePeople(this, null);

onPeopleLoaded 方法中,我调用了 personBuffer.get(i).getGender()。我将性别设为 0。

注意:我获取显示名称、个人资料图片的方式与获取性别的方式相同,而且工作正常。

最佳答案

终于成功了。需要添加访问圈内人的性别和其他详细信息的权限。代码 fragment 是:

mPlusClient = new PlusClient.Builder(this, this, this).setActions(
"http://schemas.google.com/AddActivity",
"http://schemas.google.com/BuyActivity").setScopes(Scopes.PLUS_LOGIN,Scopes.PLUS_PROFILE).build();

关于android - 在 android 中获取 Google + 中的人员性别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20310760/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com