acaccount Questions
2
Solved
I am using the following code (showed on WWDC 2012 videos):
self.accountStore = [[ACAccountStore alloc] init];
ACAccountType *facebookAccountType = [self.accountStore accountTypeWithAccountType...
3
Solved
I need some help on this one ....
So the problem I am facing is that while fetching the Facebook account from ACAccount, the alert view informs too many permissions. I am getting an alert box when...
Sobersided asked 22/11, 2015 at 4:33
1
I create an ACAccountStore, get access to the user's facebook account, store the account in an ACAccount object, and am able to retrieve the token from the credentials. But when I try and use this ...
Frymire asked 20/6, 2013 at 19:15
0
I'd like to use the Accounts Framework in my app to take advantage of OAuth for Single Sign-On. What I found in the Apple's documentation regarding the Accounts Framework Reference is that the acco...
Halvaard asked 30/9, 2014 at 11:3
3
I am using iOS 6 Social framework for accessing user's Facebook data. I am trying to get likes of the current user within my app using ACAccount and SLRequest. I have a valid Facebook account refer...
Chaperon asked 9/12, 2012 at 15:16
3
Solved
When attempting to save an account into an ACAccountStore, I sometimes receive this error. Later, if I attempt to access this account, I find that it's actually been saved. So far, I've yet to find...
1
© 2022 - 2024 — McMap. All rights reserved.