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.

link|improve this question

55% accept rate
What is your URL you are entering? – Tejs Sep 8 '11 at 15:38
feedback

1 Answer

up vote 2 down vote accepted

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.

link|improve this answer
yes I use a yahoo account. Have I other options to log-in? – Pmillan Sep 8 '11 at 15:46
You could create a new account - secure.delicious.com/register – Stuart Dunkeld Sep 8 '11 at 15:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.