Posterous API 可以发布到Posterous 吗?
我正在寻找一个(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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 libCurl 。
Use libCurl for it.
你最好只阅读自己文档。与许多其他 API 一样,它是一个简单的 RESTful API。
祝你好运!
You're better off just reading the docs yourself. It's a simple RESTful API like many others.
Good luck!
不一定是教程,但 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.