[twitter-dev] oauth_sign - simple C code to generate an OAuth signature

2010-07-05 Thread Jef Poskanzer
Last week I finished converting my homebrew Twitter apps to OAuth. There were four parts to this effort, one of which includes a significant new piece of OAuth software. I'll talk about each part in turn. Part 0: Deciding to do it. My apps are command-line based and call Twitter using my

Re: [twitter-dev] oauth_sign - simple C code to generate an OAuth signature

2010-07-05 Thread Decklin Foster
Excerpts from Jef Poskanzer's message of Mon Jul 05 12:48:27 -0400 2010: I needed was a simple command-line program to make an OAuth-signed HTTP call. Did that already exist? Sort of - there was Marcel Molina's twurl: http://github.com/marcel/twurl Only problem is that it's written in Ruby,