We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
最好/最简单的方法是直接使用 Blogger 的 RSS饲料。 PHP 中的 RSS 解析器/阅读器太多,无法撼动坚持。
如果您确实想使用 Blogger API 并获取帖子,您可以利用 Blogger 维护的一些 Zend 库。
以下入门指南解释了如何安装Zend 库,这里是 获取所有帖子的示例。
我个人使用过这个(用于一些更高级的操作),它的作用就像一个魅力。
但请相信我的 RSS 提要。 :)
The best/simplest method is to simply use Blogger's RSS feed. There are too many RSS parsers/readers in PHP to shake a stick at.
If you really want to employ the Blogger API and fetch the posts, there are some Zend libraries that are maintained by Blogger that you can utilize.
Here is the getting started guide explaining how to install the Zend libs and here is an example that fetches all posts.
I've used this personally (for some more advanced manipulations) and it works like a charm.
But trust me on the RSS feeds. : )