What is the best way to automatically fill in and submit a craigslist post form from another website? We're making a website that has posts similar to craigslist, and we want to add an option to repost the same post to craigslist with as few steps as possible for the user."
Thanks for the help.
The least assholish method would be to src the Craigslist posting page in an <iframe>, and pre-fill the form via javascript from the containing page.