Wednesday, January 28, 2009
Release 0.9.1.28
The folks at Twitter were also kind enough to add TwitterXML to their apps listing, so I now have "source" parameter being passed along with new updates. Twitter status updates will now be accompanied by the words "from TwitterXML" instead of "from web".
Thursday, January 15, 2009
Using serialized objects
How to update your status
Sunday, January 11, 2009
Release 0.9.1.11
This is the first release. All included methods were last tested on January 4th, 2009, but modifications still need to be made to better handle error responses from the Twitter REST API.
It is also highly likely that instead of returning an XMLDocument, the methods in a future release will return object representations of the the XML response: Statuses, Status, Users, User, DirectMessages, DirectMessage.
Get it from CodePlex.
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.