views:

120

answers:

2

I am developing a public website on ASP.Net MVC2.0 and I am looking for open source libraries for Social Network Integration that give me following functionality.

  • User can share a page to their facebook, twitter, linkedin and other accounts
  • Retrieving tweets from an account
  • Facebook "like this"
+1  A: 

I don't know of one "library to rule them all" but there are a number of libraries for twitter and facebook.

Facebook - http://wiki.developers.facebook.com/index.php/User:ASP.NET

Twitter - http://dev.twitter.com/pages/libraries

Bigfellahull
A: 

The following article has a simple class that allows you to easily read tweets from any twitter account along with all the additional user information associated with the twitter messages.

Integrate Twitter into Asp.Net and C# Applications

Alex