Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ゲームのスコアと画像をtwitterに投稿したい...新しいTwitter APIで画像とテキストをtwitterに投稿する方法は??
誰でもこれを手伝ってください..
以下のコードを使用します。
TWTweetComposeViewController *tweeter = [[TWTweetComposeViewController alloc] init]; [tweeter setInitialText:@"message"]; [tweeter addImage:image]; [self presentModalViewController:tweeter animated:YES];