I'm not sure that makes sense. The API and the posting interface are completely separate. A POST to the API function should just add the item.

-j

On Fri, 27 May 2005, kinrowan wrote:

I'm using a Greasemonkey script to automate posting to del.icio.us from a specific page. I'd like to set the appropriate fields in the following api function and have the api post the link to del.icio.us without my (the human) having to interact with the api - I currently pop open an new window to the /new interface and am setting everything (except tags and datetime, and those will come soon) but I can see no way to get del.icio.us to save the entry without pressing the save button. Am I missing something?

Alternatively, Joshua, I asked you this in a private email, but I'm sure you get a ton of those. Is this something you have planned, or is it even possible?

function: http://del.icio.us/api/posts/add?
        &url= url for post
        &description= description for post
        &extended= extended for post
        &tags= space-delimited list of tags
        &dt= datestamp for post, format "CCYY-MM-DDThh:mm:ssZ"
makes a post to delicious.
Thanks;
cori
_______________________________________________
discuss mailing list
discuss@del.icio.us
http://lists.del.icio.us/cgi-bin/mailman/listinfo/discuss


_______________________________________________
discuss mailing list
discuss@del.icio.us
http://lists.del.icio.us/cgi-bin/mailman/listinfo/discuss

Reply via email to