原文:How can I get the users Twitter profile information with the Twitter framework in iOS 5?
I can post to Twitter with the following code: TWTweetComposeViewController *tweeter = [[TWTweetComposeViewController alloc] init]; [tweeter setInitialText:@"message"]; [tweeter ...