Using google plus API is it possible to fetch gmail contacts

前端 未结 2 1512
盖世英雄少女心
盖世英雄少女心 2021-01-14 13:59

In my application I want to fetch my gmail contacts. In my app I have already integrated \"Google+ API\" So i just need to know that can i access my gmail c

2条回答
  •  醉梦人生
    2021-01-14 14:56

    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.

提交回复
热议问题