Creating a Twitter Client in C#, Part 4

Posted by Matt | Filed under , , , ,

I wanted to post my “final” twitter client.  I fleshed out most of the API functions and added documentation comments. 

I’ve not tested it fully yet, but for the most part, it should work.  If you find any bugs, please let me know.

You can download it here:  InsiderCoding.Twitter.zip (12.04kb)

Comments

April 23, 2009 04:46

Matt

The project includes InsiderCoding.snk which I did not include in the ZIP.  This is my private key for signing the assembly.  You can either create a new snk file using 'sn -k <snk file>', or disable signing in the project settings.

Matt Canada

June 2, 2009 18:07

alfredo

Very useful, thank you!

alfredo Spain

Comments are closed