as3でOAuth Echoを使ってTwitPicに画像をアップロードする方法。Twitter APIのverify_credentialsでOAuthヘッダを作ってMultiPartを投稿するという流れ。 必要なもの TwitPic APIのキー TwitPic Developers ここからregisterして発行してもらう。 as3httpclientライブラリ as3httpclientlib - HTTP/HTTPS client library for Actionscript 3 - Google Project Hosting oauth-as3ライブラリ oauth-as3 - Actionscript 3 library for oAuth - Google Project Hosting 前処理 Twitter APIに対してOAuth認証する。参照: AIR/Act