I\'m attempting to get an account from ACAccountStore using the following code:
- (void) facebookLoginOnSuccess: (void (^)(void)) successBlock onError:(void(^
My own solution was to use Facebook SDK instead of trying with the lib directly and now it's working.