我正在尝试使用ACAccountStore进行登录测试,但效果不是很好。我正在尝试像这样访问该帐户:ACAccountStore*store=[ACAccountStorenew];ACAccountType*accountType=[storeaccountTypeWithAccountTypeIdentifier:ACAccountTypeIdentifierFacebook];NSDictionary*options=@{ACFacebookAppIdKey:@"12345678987654",ACFacebookPermissionsKey:@[@"email"]};[stor