Talking to Twitter from Gui for .NET

Posted by Peter Judge on 18-Feb-2010 09:14

Twitter being what all those Krazee Kidz are up to these days, I thought it'd be interesting to be able to interact with Twitter from the ABL. Attached is a sample-example-non-production-worthy class (transcribed from a C# sample) and runner procedure. The code requires GUI for .NET in its current form, although the Twitter API is  REST-ful interface, and so one could theoretically use sockets for the dirty work.

You'll need a twitter username/password for most of the calls (although you can get the public timeline if you want without a login).

-- peter

[View:~/cfs-file.ashx/__key/communityserver-discussions-components-files/19/Twitter.cls.zip:550:0]

[View:~/cfs-file.ashx/__key/communityserver-discussions-components-files/19/test_5F00_twitter.p.zip:550:0]

All Replies

This thread is closed