[self.ACAstore requestAccessToAccountsWithType:twitterType withCompletionHandler:^(BOOL granted, NSError *error) {
self.bPermissionToAccessStoreGranted=granted;
[self vContinue];
// Handle any error state here as you wish
}];
授予的结果完全是错误的。我希望用户首先得到询问。
可能的原因是 iPhone 没有 Twitter 帐户。在这种情况下,我想显示一个 twitter 登录页面,以便用户可以注册。