Is Google Contacts API still available?

无人久伴 提交于 2019-12-24 18:59:48

问题


I am using Google's People API to fetch contacts associated with my contacts in Google. However, as has been pointed out elsewhere, that API does not access "Other contacts" which are available at https://contacts.google.com/other.

I'm looking for an API that will allow me to access that data. I tried the Contacts API per the instructions at https://developers.google.com/contacts/v3/ which says:

To retrieve all of a user's contacts, send an authorized GET request to the following URL:

https://www.google.com/m8/feeds/contacts/{userEmail}/full

I tried this, replacing {useremail} with my own but only got an error. I am logged into my Google account.

Is the Contacts API still available?


回答1:


I got it working by using some code to send an authorized request with api secret.



来源:https://stackoverflow.com/questions/52301265/is-google-contacts-api-still-available

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