How to write a command line Twitter client in C using libcurl on Debian.
I’ve been playing around with Twitter lately, so naturally I took a look at the Twitter api. Several of the examples are done with curl. For those of you who haven’t looked into the Twitter api, it’s just simple HTTP commands.
To do a status update on Twitter, you do an HTTP post with your username [...]


•