Del.icio.us .NET Library

by percent20 11/2/2007 5:58:00 PM

I have been poking around the social media space the last few days and have decided to give Del.icio.us a try again, but was curios what their API was like. As soon as I saw that it was all http posts my thoughts went to “NEVERMIND”. Then I thought “hey I wonder if someone has already made a .NET library for Del.icio.us.” Well someone has. I spent probably 5 minutes testing it too, and adding a link is as simple as the following code.

 

NDelicious.Delicious del = new NDelicious.Delicious("username""password");
del.AddPost("URL""Description");

Of course so you don’t have to type out NDelicious you can use a using or import statement for the NDelicious namespace.

That is easy code and it works. Is honestly the first time I have used a 3rd party library and it works like it is supposed to.

.NET Del.icio.us library

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , ,

.NET | Open Source | Programming

Related posts

Add comment


(Will show your Gravatar icon)  

  Country flag

[b][/b] - [i][/i] - [u][/u]- [quote][/quote]



Live preview

5/15/2008 5:18:06 PM

Powered by BlogEngine.NET 1.3.0.0
Theme by Mads Kristensen


My Flare

AddThis Feed Button

National Blog Posting Month

Eagle Scout

I'm Test Driven

[Reserved for MVP status I want to earn]

View Buddy Lindsey's profile on LinkedIn

Twitter



Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008

Sign in