使用 C# 的美味 .NET API

发布于 2024-12-03 17:55:30 字数 480 浏览 5 评论 0原文

我想创建一个 C# 应用程序(.net 2.0,由于 API)来将新书签发布到 Delicious。我找到了一个库: http://netlicious.sourceforge.net/ 但我找不到任何示例文件。我将 DLL 添加到我的引用中并输入以下代码:

Delicious.Connection.Username = "e-mail";
Delicious.Connection.Password = "password";

Delicious.Post.Add (url, description, extended, tags, date, replace, shared);

但我在 POST 方法中遇到异常:“服务器没有响应。ServiceUnavailable” 有什么问题吗?我可以使用 Firefox 中的 Delicious。

I would like to create a C# application (.net 2.0 due to the API) to post new bookmarks to Delicious. I found a library: http://netlicious.sourceforge.net/ but I can't find any sample files. I added the DLL to my references and enter the following code:

Delicious.Connection.Username = "e-mail";
Delicious.Connection.Password = "password";

Delicious.Post.Add (url, description, extended, tags, date, replace, shared);

But i get an exception at the POST method: "The server is not responding. ServiceUnavailable"
What's the problem? I can use Delicious from firefox.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浪推晚风 2024-12-10 17:55:30

您使用的是雅虎电子邮件地址吗?开发人员

Netlicious 将继续为拥有 del.icio.us 的用户提供服务
帐户。但是,用户将无法使用雅虎帐户登录。

Are you using a Yahoo email address? The developer says :

Netlicious will continue working for users who have a del.icio.us
account. But, users will not be able to login with a Yahoo account.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文