Using google plus API is it possible to fetch gmail contacts

邮差的信 提交于 2019-12-01 07:55:13
Simon McLoughlin

I wouldn't imagine how you would get the contacts from one service by using another? Not everyone in your gmail contacts is going to be on your google+ account, so how would it be possible to get them?

There are other ways and it is documented online how to integrate with gmail, I suggest you research links like the following to find something you need:

gmail integration in ios application

Gmail API for objective-c?

how to fetch my Gmail contacts into my iPhone App

It is possible, but only if you ask for the contacts scope alongside your Google+ scopes.

Where you integrate the Google+ API, you will also need to ask for scope https://www.google.com/m8/feeds.

See https://developers.google.com/google-apps/contacts/v3/ for more details.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!