ios - 使用 google plus API 是否可以获取 gmail 联系人

标签 ios objective-c api google-plus google-contacts-api

在我的应用程序中,我想获取我的 gmail 联系人。 在我的应用程序中,我已经集成了 “Google+ API” 所以我只需要知道我可以使用相同的 API 访问我的 gmail 联系人。或者我需要集成 Gmail API。 请帮助我,我是新手

最佳答案

我无法想象您如何通过使用另一种服务从一种服务获取联系人?并非您的 gmail 联系人中的每个人都会在您的 google+ 帐户中,那么如何才能获得他们呢?

还有其他方法并且在线记录了如何与 gmail 集成,我建议您研究如下链接以找到您需要的东西:

gmail integration in ios application

Gmail API for objective-c?

how to fetch my Gmail contacts into my iPhone App

关于ios - 使用 google plus API 是否可以获取 gmail 联系人,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21276606/

相关文章:

javascript - 将 Outlook 与 JS Web 应用程序集成

javascript - 如何使用带有输入和输出参数的 Javascript 制作良好的 API 集?

ios - Swift:string.characters.count 为阿拉伯字符串返回错误的数字

ios - 在 iOS8 的编辑模式下,UITableViewCell 没有裁剪到边界(适用于 iOS7.1)

ios - bezierPathWithRoundedRect 不是完美的圆

ios - AppLovin SDK for iOS 发生 "unrecognized selector sent to instance"错误

javascript - 使用来自 CamanJS API 的预设过滤器

android - Facebook 应用程序 - 如何不将请求链接到 native 应用程序

iphone - 如何使用 iOS 上的原生 Twitter 应用程序打开 Twitter 推文?

iphone - 管理一系列相关 iOS 应用程序的最佳实践