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

后端 未结 3 1376
有刺的猬
有刺的猬 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: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=

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

提交回复
热议问题