Delicious API - 给定网站的所有书签?
有没有办法让我获得我的网站上人们在好吃的网站上添加书签的 URL 列表? 他们的文档似乎没有提及通配符搜索或除单个 URL 之外的任何内容。 有什么建议么?
Is there a way for me to get at a list of the URLs on my website which people have bookmarked on the delicious.com website? Their documentation appears to make no reference to wildcard searches or anything other than individual URLs. Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Delicious.com 提供 feeds 来查询有关 URL 的信息,但该函数仅接受 URL 的 md5 哈希值你想抬头看看。 看起来不可能通过当前公开的公共 API 来执行带有通配符搜索的单个查询。 一种破解方法是创建站点的有效 URL 列表,然后查询 Delicious 中的每个 URL,同时记住
Delicious.com provides feeds to query information about URLs, but the function only accept an md5 hash of the URL you want to look up. It looks like it's impossible to perform a single query with a wildcard search via the currently exposed public API. A hack would be to create a list of of valid URLs of your site and then query Delicious for each of these URLs keeping in mind the inter-request delay of 1-second as well as other restrictions.