Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top