I know I can open the settings app in iOS 5 using
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs://"]];
but is there a way to open the Twitter settings page directly? The desired functionality can be seen when you try to present a TWTweetComposeViewController and you have not set up a Twitter account.
Try,