Is it possible to access a user's Google +1 (Plus One) history via an API?

后端 未结 3 1356
有刺的猬
有刺的猬 2021-01-30 11:41

I would like to access a user\'s Google Plus One history

With +1 enabled, the history is saved in your Google profile and optionally can be displayed:

http://ww

相关标签:
3条回答
  • 2021-01-30 12:24

    Check this out....

    https://developers.google.com/+/history/

    0 讨论(0)
  • 2021-01-30 12:43

    You can allways try to parse the data used by G+ itself.

    The G+ user profile has a tab with all public +1, that can be fetched with

    https://plus.google.com/_/plusone/get?oid=<google-plus-id>

    It seems to be related to JSON, but with some differences.

    0 讨论(0)
  • 2021-01-30 12:43

    Dave, I'm not sure about a user's history, but the count for particular URL is available via a JSON-RPC service (https://clients6.google.com/rpc). Here's a little post on how to: http://www.johndyer.name/post/Getting-Counts-Twitter-Links-Facebook-Likes-Shares-and-Google-Plus-One-Buttons.aspx

    I'm guessing that same service can get additional data, but I can't find any public documentation either.

    0 讨论(0)
提交回复
热议问题