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

冷暖自知 提交于 2019-12-04 19:54:12

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.

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....

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

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

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

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