如何使用 gmail oauth 获取用户的 Gmail 联系人组? (不是联系人 API)
有没有办法仅使用 Gmail oAuth 来访问用户的联系人组?我知道可以使用 google 联系人 API 来完成,但我已经在使用 gmail oAuth,所以我不希望用户必须单独验证联系人 api。
Is there a way i can get access to a user's contact groups using the Gmail oAuth alone? I know it is possible to do using the google contacts API, but i am already using the gmail oAuth so i dont want the user to have to authenticate contacts api separately.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,现在我想,你可以通过某种方式指定双作用域参数来对联系人和 gmail 进行 oauth...
或者只是编写程序来完成一项又一项任务。
hmmm now i;m thinking that you could just oauth into both contacts and gmail of them somehow specifying a double scope parameter...
or just writing the program to do one after another.