HELLO, Though it seems like simple action, i am having trouble to find an example in any C# Twitter API avaliable today that pull all the public recent messages. I find how to do it with Java, but i really need to do it in C#. Does anybody have an example+API to use, for me. thanks
+2
A:
the Twitterizer Framework makes this quite simple
http://code.google.com/p/twitterizer/wiki/GettingStarted#Public_Timeline
Jon Erickson
2010-03-03 06:17:54
A:
Try GetPublicTimelineAsXML from Yedda Twitter. That library is low-level, but directly maps to Twitter's methods (in this case public_timeline), which should be convenient if you're reading the official Twitter docs.
Matthew Flaschen
2010-03-03 06:23:37