Skip to content

Instantly share code, notes, and snippets.

@azyobuzin
Created May 31, 2014 06:44
Show Gist options
  • Save azyobuzin/896dcc4c84b5a922c324 to your computer and use it in GitHub Desktop.
Save azyobuzin/896dcc4c84b5a922c324 to your computer and use it in GitHub Desktop.
//Upload
await Task.WhenAll(
t.Media.UploadAsync(media => new FileInfo(@"E:\Dropbox-azyobuzin\Dropbox\Camera Uploads\2014-04-03 01.07.03.jpg")),
t.Media.UploadAsync(media => new FileInfo(@"E:\Dropbox-azyobuzin\Dropbox\Camera Uploads\2014-05-15 18.39.29.jpg"))
).Dump();
//Tweet
t.Statuses.Update(status => "複数画像投稿動くかな?", media_ids => "472628999743893505,472628999349633024").Dump();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment