android-确定使用Google Plus API安装了应用的用户
作者:互联网
有没有更简单的方法来检查谁使用Google plus API安装了我的应用程序?我正在列出朋友列表,如果他/她的朋友没有邀请他们使用我的应用程序,我想在该列表中向用户显示?
截至目前,我正在从好友列表中获取唯一ID,并通过数据库检查后端是否存在该用户.
有人可以让我知道实现此目标的最佳方法是什么吗?
解决方法:
people.list API方法支持connected的收集值.
The list of visible people in the authenticated user’s circles who also use the requesting app. This list is limited to users who made their app activities visible to the authenticated user.
标签:google-plus,android 来源: https://codeday.me/bug/20191029/1958333.html