使用 C# 的美味 .NET API
我想创建一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用的是雅虎电子邮件地址吗?开发人员说:
Are you using a Yahoo email address? The developer says :