Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top