TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Delicious drops the ball on their API

3 点作者 tbull007超过 13 年前
I doubt we're unique - sites around the internet with heavy Delicious integrations are screaming to a halt.<p>If you check out their tools page (http://delicious.com/help/tools) you'll notice the developer documentation is "coming soon". Yet basic functionality like the feeds.delicious.com URL are now returning a 404.<p>You can use the same API structure as previously http://delicious.com/v2/json/tbull001 and it will return a result that has the same structure as before (or at least the same elements I used in my code previously).<p>But what I've noticed about this is that instead of ALL of my links, the end point now only shows me the links that are new since I transitioned to Delicious.<p>In general Delicious seemed to do a pretty good job communicating with users - they've done a terrible job letting developers know changes are coming. Or did I miss something?<p>Is anyone else having issues? How are you resolving them?

1 comment

tbull007超过 13 年前
I've at least partially answered my question - it looks like all my old links were brought in as "private". That's why the public API won't return them.