计算谷歌阅读器公共个人资料中的点赞和分享时间

发布于 2024-09-18 00:17:27 字数 191 浏览 2 评论 0原文

我们收集了我们会员的谷歌读者个人资料列表,现在我想制作一个热门列表板,并显示与我们的会员分享最多和最喜欢的项目。

我检查了几个非官方的 Google 阅读器 API,但没有找到任何与喜欢分享相关的内容。

您知道如何计算我们会员的共享个人资料中每个提要项目的点赞数吗?

We've collected a list of google reader profiles of our members and now I want to make a hot list board and show the most shared and the most liked items to be shared with our members.

I've checked a couple of unofficial google reader APIs but I did not find anything related to the like or sharing.

do you know how can I count the number of likes for each feed item in the shared profile of our members?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无戏配角 2024-09-25 00:17:27

喜欢在共享项目的 Atom feed 中以 gr:likingUser 元素的形式公开(每个喜欢该项目的用户一个,最多 100 个)。可以通过向 http://www.google.com/reader/api/0/item/likers?i=http://blog.persistent.info/2009/ 07/exporting-likes-from-google-reader.html 有更多信息。

Likes are exposed in the Atom feed for the shared items as gr:likingUser elements (one per user who liked the item, up to 100). Additional likers (and their profile information) can be fetched by making a GET request to http://www.google.com/reader/api/0/item/likers?i=. http://blog.persistent.info/2009/07/exporting-likes-from-google-reader.html has more information.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文