ios - 在 iOS 应用程序的 gmail 中检索 friend 的 friend

标签 ios objective-c gmail gmail-api

<分区>

I want to retrieve friends of friends of gmail account in my iPhone application. I have no any idea about integration of gmail in iPhone application.

Which framework I need to use or how to integrate and retrieve friends of friends ?

如果有任何演示或链接,请建议我。

最佳答案

你可以使用这个例子http://code.tutsplus.com/tutorials/accessing-google-services-using-the-oauth-20-protocol--mobile-18394我认为这个应用程序的指南:-)

之后,就可以使用api链接了。

关于ios - 在 iOS 应用程序的 gmail 中检索 friend 的 friend ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33624136/

相关文章:

ios - iOS 应用程序中的角标(Badge)按钮

iphone - App Store 代码与 iPhone 3G 上的 Xcode/Device 代码运行不同

python - Gmail 的 Django 库

android - 使用 Auth Cookie 以编程方式发送 Gmail

java - 如何使用gmail从Spring应用程序发送电子邮件?

ios - 通过导航 Controller 取消 View 后应用程序崩溃?

ios - 设置单元格数据后如何更新 UICollectionView 中单元格的大小?

ios - 如何正确地将数据从一个选项卡转移到另一个选项卡

ios - UILabel 动画和手势

iphone - 如何在 NSOperation 中启动异步 NSURLConnection?