I need to automate adding images to some existing posts via Craigslist API.
The documentation at http://www.craigslist.org/about/bulk_posting_interface states:
Note: If you submit a posting item with the same rdf:about as an existing posting item, the existing posting item will not be updated. Presently the only way to alter the content of a posting is via URL specificed in the cl:postingManageURL element.
This is pretty vague. The way I understand this is, you first have to attempt a post, get a URL back and then it's unclear what to do next.
Has anyone tried this? Ideas?
Thanks, Andy
Update existing post with Craigslist API
738 Views Asked by Andy M At
2
I haven't played with this API, but when I see this:
That leads me to believe that all you need to do is make sure your request is an HTTP POST with the same
postingManageURL
as the post you want to edit. Then provide thepreviewHTML
you want to update the post with.