【发布时间】:2017-12-19 07:15:35
【问题描述】:
是否可以通过手机/桌面网站访问手机通讯录/google 通讯录。
我可以接受类似于 Playstore 应用程序的访问权限,用户首先必须允许网站访问联系人
谢谢
【问题讨论】:
标签: html android-contacts google-contacts-api
是否可以通过手机/桌面网站访问手机通讯录/google 通讯录。
我可以接受类似于 Playstore 应用程序的访问权限,用户首先必须允许网站访问联系人
谢谢
【问题讨论】:
标签: html android-contacts google-contacts-api
您可以访问 Google 的People APIs。
要轻松获得权限并代表用户对这些 API 进行身份验证,您可以使用 Google Play Services GoogleAPI 服务,请参阅 this 和 this。
【讨论】: