Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

c# Social Networking Library API wrapper

I am looking for a c# library that will allow me to post to twitter and facebook, my space etc and possibly other social networking sites.

I have found individual api wrappers such as tweetsharp but nothing that will integrate multiple social network sites.

I realize that there are different rules and requirements for each site.

Is there anything like that out there?

Thanks

like image 935
SetiSeeker Avatar asked Apr 22 '26 23:04

SetiSeeker


1 Answers

For Twitter, you could use the API: Twitterizer http://www.twitterizer.net/tutorials/getting-started-with-oauth/

For Facebook, Facebook Rest API.

Or you could use http://www.addthis.com/personalize

like image 147
user1285143 Avatar answered Apr 25 '26 12:04

user1285143