How can We get friends list and circles of Google using API in PHP?

血红的双手。 提交于 2019-12-06 13:34:13

问题


I am trying to get friend's list and circles from google+ but not getting any specific API through which I can get those things. I am doing this all stuff in PHP.

If anyone have idea about this it would be appreciated.

Thanks in Advance!!


回答1:


Using the Google+ Sign-In you can get access to a list of people that the user follows AND that they also permit you access to - but you have no guarantee that this is the full set of everyone in the person's circles. You are also not told which circle or circles these people are in.




回答2:


Check this https://developers.google.com/+/api/latest/people/list

List all of the people who this user has added to one or more circles. This list is limited to the circles that the user made visible to the requesting app. This method does not return circle information....




回答3:


this isn't possible. Star the issue here to register your support for the feature: https://code.google.com/p/google-plus-platform/issues/detail?id=47




回答4:


Visit This https://developers.google.com/+/web/badge/.. There Are just some scripts they provide which u can use in ur site.




回答5:


The Google+ Domains API provides Google Apps customers with API access to create and manage circles on behalf of users within their Google Apps domain. This facilitates use cases such as



来源:https://stackoverflow.com/questions/16058226/how-can-we-get-friends-list-and-circles-of-google-using-api-in-php

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