How to fetch email addresses of Google plus circles (Friends added in Google plus circles)

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-04 08:10:03
BrettJ

You would probably need to request both the Google+ scopes and the Contacts API scope (https://www.google.com/m8/feeds). You would then need to request the user's contacts and find those with Google+ profile URLs, which will look something like:

<gContact:website href='http://www.google.com/profiles/1234567890' rel='profile'/>

Then you'd look to see if an email address also existed for that contact as a sibling element.

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