1

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.

skyeagle
  • 6,925
  • 16
  • 56
  • 71

3 Answers3

1

Use libCurl for it.

Svisstack
  • 16,203
  • 6
  • 66
  • 100
1

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!

hiwaylon
  • 465
  • 7
  • 15
0

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
  • 2,559
  • 4
  • 28
  • 46