Posterous API 可以发布到Posterous 吗?

发布于 2024-09-18 13:22:11 字数 266 浏览 4 评论 0原文

我正在寻找一个(PHP)教程,该教程展示了如何以编程方式将我的网站上的博客内容发布到我的海报博客。

如果没有在线资源,如果有人可以在这里发布一个小片段来展示这个锥体是如何完成的,我将不胜感激。

[编辑]

换句话说,我正在寻找一个将示例文档发布到Posterous 的示例。我已经知道 libcurl 和 git depostory 代码。我正在寻找的是一个简单的示例,显示正在发布的内容 - 这很简单,这样我就不必浏览文档(目前),这样我就可以尽快启动并运行某些内容。

I am looking for a (PHP) tutorial that shows how I can programattically post contents of a blog on my site, to my posterous blog.

In case there are no online resources, I will be grateful if someone could post a little snippet in here that shows how this cone be done.

[Edit]

In otherwords, I am looking for an example that posts a sample doc to posterous. I am already aware of libcurl and the git depostory code. What I am looking for is a simple example that shows content being posted - this is simply, so that it saves me from having to go through the documentation (for now), so I can get something up and running ASAP.

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

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

发布评论

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

评论(3

埋情葬爱 2024-09-25 13:22:11

使用 libCurl

Use libCurl for it.

煮茶煮酒煮时光 2024-09-25 13:22:11

这很简单,这样我就不用再去查看文档了(暂时)

你最好只阅读自己文档。与许多其他 API 一样,它是一个简单的 RESTful API。

祝你好运!

this is simply, so that it saves me from having to go through the documentation (for now)

You're better off just reading the docs yourself. It's a simple RESTful API like many others.

Good luck!

つ可否回来 2024-09-25 13:22:11

不一定是教程,但 github 上有一个 PHP 库 - http://github。 com/calvinf/posterous-api-library-php - 用于 Posterous API。

Not necessarily a tutorial, but there is a PHP library on github - http://github.com/calvinf/posterous-api-library-php - for the Posterous API.

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