SimpleTwitterClient ビルド方法: 1. 'CHANGEME:'をgrepします 2. 見つかった箇所(consumer key, consumer secret, application name)を変更します 3. Microsoft Visual Studioを用いてコンパイルします(Microsoft Visual Studio 2010でテストしています) OAuth認証方法 1. '--config'オプションをつけてExeを実行すると設定ダイアログが開きます 例:sstwitter.exe --config つぶやく方法: ※先にOAuth認証を行ってください 1. つぶやきたい文字列を引数としてExeを実行します 例:sstwitter.exe "ほげほげ ぴよぴよ" 使用ライブラリ: oauth(Google Code) http://code.google.com/p/oauth/ (Apache License 2.0) 適用ライセンス: MIT