Getting Twitter handle from Twitter Framework in iOS
问题 I know that to get access to a configured twitter account using twitter framework in iOS 5, the following can be done: ACAccountStore *t_account = [[ACAccountStore alloc] init]; ACAccountType *accountType = [account accountTypeWithAccountTypeIdentifier:ACAccountTypeIdentifierTwitter]; [account requestAccessToAccountsWithType:accountType withCompletionHandler:^(BOOL granted, NSError *error) { if (granted == YES) { } } But the problem is that I don't have need for a full account, I just want