Following a number of requests from developers, we’ve added the ability to specify a callback parameter (cb) to all our api methods.
If this parameter is supplied, the response will use the JSONP format with a callback of the given name.
Example:
http://hbookmark.com/api/bookmarks?user=hbookmark&cb=display
This should be useful to developers looking to do pure javascript client-side coding based on our api. Our api documentation has been updated accordingly.
Enjoy!