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)
相关问题
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Easiest way to get json and parse it using JQuery
- Newtonsoft DeserializeXNode expands internal array
相关文章
- json_encode 没有把数组转为json
- Livy Server: return a dataframe as JSON?
- Unexpected end of JSON input from an ajax call
- How do I do a nested list (array) of schema refere
- iconv() Vs. utf8_encode()
- Convert C# Object to Json Object
- LINQ .Include() properties from sub-types in TPH i
- How to make a custom list deserializer in Gson?
Currently there is no public API method for this. You can show Google that you want such a method by staring the feature request.
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.