如何访问Google+的使用Google+的API用户圈用户、Google、API

2023-09-06 08:51:15 作者:漫步人生路

我试图访​​问/或检查,看看如果用户有一定的页在他/她的圈子。我不知道是否有一种方法可以做到这与当前的Google+ API。谷歌有这个端点取人:

I am trying to access/or check to see if a user has a certain page in his/her circle. I don't know for sure if there is a way to do that with the current Google+ API. Google has this endpoint for fetching people:

GET https://www.googleapis.com/plus/v1/people/userId/people/collection
//which you replace with either:

GET https://www.googleapis.com/plus/v1/people/me/people/visible or
GET https://www.googleapis.com/plus/v1/people/me/people/connected

看来这些都是我的唯一最接近的端点。有没有办法来实现这一目标?我已要求用户授予让应用程序权限查看她的社交圈,并在其中的人,但我怎么能看到像确切的圆继?

如果任何人有一个想法,请大家帮我解决这个问题!

If anyone has an idea, please help me with this problem!

在此先感谢!

推荐答案

有没有办法看到一个人/页是圈 - 谷歌一再表示,这些信息是不,不会,提供给任何人,除非圆所有者。所有你可以找出是谁在的您的应用程序已被赋予访问任何的圈子。

There is no way to see what circle a person/page is in - Google has repeatedly stated that this information is not, and will not, be made available to anyone except the circle owner. All you can find out is who is in any circle that your application has been given access to.