From their site: del.icio.us is a social bookmarking website -- the primary use of del.icio.us is to store your bookmarks online, which allows you to access the same bookmarks from any computer and add bookmarks from anywhere, too. On del.icio.us, you can use tags to organize and remember your bookmarks, which is a much more flexible system than folders.

Click the "Track this API" button on any profile page and never miss an API update, new app, or breaking news for that API again.
©ProgrammableWeb.com 2009. All rights reserved.
Terms of Service | Privacy Policy
Comments
at 07:06
Faves supports multi-word tags, and multi-tag strings are separated by commas. In del.icio.us, tags are space-delimited and must be single words. By default, results from the Faves del.icio.us API are modified to be space delimited (spaces in individual tags are replaced with underscores). Thus, the tag string "harvey danger, digital music" would become "harvey_danger digital_music" (this applies to both /posts and /tags).
==========================
Thomson
<a href="http://www.widecircles.com">Social Bookmarking</a>
at 22:30
REST is a pretty good standard, easier to implement than SOAP in my opinion. It really depends on your tools, I suppose. I wonder how many people request SOAP when REST is available. I prefer REST+XML, JSON is bonus in my books. I end up using regex for most of my work I must admit.
Read more comments
You must be logged in to comment. Not a PW member yet? Why not register.