views:

38

answers:

2

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.

+1  A: 

Use libCurl for it.

Svisstack
A: 

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

Greg