Sunday, January 11, 2009

Twitter API library with XML serialization for C# .NET

A .NET library containing methods for calling the Twitter REST API. Currently, all of the methods return an XMLDocument object. Also included are classes for Users, Statuses, and Direct Messages that work with XML serialization. This means you can convert the XML responses to an object with a single Deserialize() call.

I’m aiming to make this as simple and easy to use as possible.

I hope you like it.

No comments:

Post a Comment