Google +1 count as json for a url

2019-03-30 22:45发布

Is it possible to get the public +1 counts for a specific url from google+ as json or xml? (Something similar to the functionality of the +1 button)

2条回答
一夜七次
2楼-- · 2019-03-30 23:24

Currently there is no public API method for this. You can show Google that you want such a method by staring the feature request.

查看更多
Root(大扎)
3楼-- · 2019-03-30 23:31

no, there is no API for getting +1s for a URL. For now, you can only get plusoners for an activity via activity.get or people.listByActivity. We've had reports lately of people.listByActivity not returning the full list, so until we get that fixed I'd stick with pulling the count from activity.get.

查看更多
登录 后发表回答