I have tried to use Twitterizer but it can only be compiled in .NET 3.5 and 4.
I need to update a project that needs to recover the tweets of a user but it is a .NET 2.0 Sharepoint Project.
Do you know any library?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Twitter Libraries for .NET
Spring.NET Social extension for Twitter by SpringSource – A Spring.NET Social extension with connection support and an API binding for Twitter.
DotNetOpenAuth by Andrew Arnott – an OpenID, OAuth and InfoCard library
Hammock by Daniel Crena – an HTTP API client supporting OAuth authentication.
LINQ to Twitter by Joe Mayo – a LINQ provider for the Twitter API
OAuth-Dot-Net by Chris – an OAuth library for clients and providers
TweetSharp by Daniel Crenna & Jason Diller – a Twitter API library built with Hammock
Twitterizer by DigitallyBorn – a Twitter API library (requires .NET > 3.5)
TwitterVB by Duane Roelands – a VB.NET Twitter API library
Budgie by Matt Hamilton – a very simple library to access Twitter via its HTTP API.
All methods in the class library are asynchronous, returning Task, so you can await them if you’re using C# 5. Budgie is a Portable Class Library supporting .NET 4 (and up) and the Windows Store.
Check this:
Twitter Libraries .Net