What I am trying to do is allow users to making postings to Craiglist through my own website using PHP curl. This is NOT an automated posting system, I just want users to be able to post onto Craigslist and my website at the same time. So far, I ve managed to log in using php but I m still not sure how to post the title, description, contact information, etc. I am not familiar with cURL.
Craigslist don t provide any APIs for data access. I would like to write a small client to parse data from their RSS and reflow it. I would like to do this without setting up a server. What client ...