I don't know when del.icio.us began the JSON service, but the JSON interface for their bookmark information was only kind of static one. Through static 'Delicious' javascript object we can get posts. So it is not apparently supporting parallel queries (will destroy each other's results), and does not consider name confliction.
But while doing test of JSON with Padding Tester (JSONP Tester), I found that they are implementing callback function parameter like Yahoo.
Check out this.
http://del.icio.us/feeds/json/stomita?callback=JsonUtil.responseCallbacks%5B0%5D
It is not mentioned official web help page and couldn't find any articles about this new feature. I'm not sure when they implemented it (maybe old).
Anyway I included del.icio.us call in JSONP Tester page.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment