从用户的 Google Reader api 获取订阅、提要和文章

发布于 2024-10-08 22:52:59 字数 325 浏览 0 评论 0原文

我想创建一个谷歌阅读器应用程序,对于用户(谷歌帐户),我需要获取其所有订阅,每个订阅的所有提要以及每个提要的所有项目。

请帮助我提供一些网址,以便创建获取此信息的发布请求。

由于 google reader api 尚未发布,我找不到任何相关文档。我已阅读这篇文章 http://code.google.com/p/pyrfeed/wiki/ GoogleReaderAPI 但没有指定如何获取这些。

我非常感谢任何帮助。

I want to create a google reader application that for an user(google account)I need to get all its subscriptions, for each subscription all the feeds and for each feed all its items.

Please help me with some urls in order to create the post requests for grabbing this information.

Since the google reader api is not yet released I could not find any documentation for this. I have readed this article http://code.google.com/p/pyrfeed/wiki/GoogleReaderAPI but there is not specified how to get these.

I kindly appreciate any help.

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

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

发布评论

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

评论(1

灯下孤影 2024-10-15 22:52:59

这是我见过和使用过的最好的 PHP 类。 http://code.google .com/p/greader-library/source/browse/trunk/greader.class.php?r=3

只需添加您的用户名和密码,然后调用函数“listAll”,该函数将列出所有未读的帖子。您需要编写一些函数才能完成您想要的操作。

This is the best PHP class written that I have seen and used. http://code.google.com/p/greader-library/source/browse/trunk/greader.class.php?r=3

Just add your username and password then call the function "listAll" that will list all the posts that are unread. You will need to write a few functions in order to do what you want.

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