posterous

How do I use the Posterous API for reading posts?

I want to extract the blog content from my Posterous blog using the API call of http://posterous.com/api/readposts?hostname=NAMEOFSITE When entering the above address in a web browser, it returns the content in XML format. What I'm stuck on is how I can use or store this content in an array so I can output it using PHP in the format th...

Twitpic not working, Posterous is... why?

I was using the Twitpic API from in my iPhone app for a while with no problem, then suddenly it started reporting: invalid username or password. I changed the URL to that of yfrog and they reported: could not find the media. I changed the URL to that of Posterous and it works. I've done some Googling and I can't find any problems wi...

Whats a fast smtp server with whitelist and database access?

Services like posterous support blogging, etc through email. It seems, then, that any server they use (their headers indicate postfix) must support (a) only accepting email from whitelist based on say, web registration (b)support extensible handling of attachments (c) interaction with a database. How is this generally handled? With back...

What does "Liquid error: private method `gsub' called for nil:NilClass" mean on a posterous blog?

I have faced an issue with this message on the right side of my blog. Could you please help me out? ...

Posterous API to post to posterous?

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 samp...

smtp e-mail headers: return-path vs. sender vs. from

Please help me make some order with email headers. What does each of the following mean: return-path, sender, from. The question is being asked in the context of an email receiving app (let's say a posterous clone). What can be easily faked? What can be verified? Under what circumstances can the three or two of them differ? ...

Wordpress: getting latest post/image to display on an external (Posterous) site template

Hi there, I have a site currently built on Wordpress. I have a requirement to pull out the "latest post" in a category (magazine issue), to allow the latest issue to be displayed in the sidebar of a Posterous blog template, either in an iframe or by other means. What's the best way to achieve this? Shall I write a custom PHP page which...