Using google plus API allows you to receive Gmail contacts

In my application, I want to get my gmail contacts. I have already integrated the "Google+ API" in my application. I just need to know that I can access my gmail contact using the same API. Or do I need to integrate the Gmail API. Please help me. I am new to this.

+3
source share
2 answers

I would not think how you get contacts from one service using another? Not everyone in your gmail contacts will be in your google + account, so how would you get them?

There are other ways, and the Internet has documented how to integrate with gmail, I suggest you find the links, for example the following, to find something you need:

gmail integration in ios app

Gmail API for objective-c?

how to get my gmail contacts in my iPhone application

+2
source

Perhaps, but only if you request a contact area next to Google+ areas.

If you are integrating the Google+ API, you will also need to request the scope https://www.google.com/m8/feeds .

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

+1
source

Source: https://habr.com/ru/post/978065/


All Articles