Paradigm Shift Design

ISHITOYA Kentaro's blog.

2011-12-13から1日間の記事一覧

Facebook iOS SDKでRequestのプログレスを取得する

久々に書くネタができた。Facebook iOS SDKを使って - (void)submitPhoto:(UIImage *)photo comment:(NSString *)comment{ NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys: photo, @"picture", comment, @"caption", nil…