문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top