开发者

Posterous API to post to posterous?

开发者 https://www.devze.com 2023-01-15 05:06 出处:网络
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.

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 gr开发者_Go百科ateful 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.


Use libCurl for it.


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!


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

0

精彩评论

暂无评论...
验证码 换一张
取 消