I've upgraded to ParseFacebookUtilsV4 and I've updated my login code as such:
[PFFacebookUtils logInInBackgroundWithReadPermissions:FACEBOOK_READ_PERMISSIONS block:^(PFUser *user, NSError *error) {
...
}];
However, now my app switches to Facebook app for a brief moment and comes back. It uses the native Facebook app to login, while there is still a valid iOS Facebook account in Settings. How can I make PFFacebookUtils
v4 use the system Facebook account when available, and only fall back to Facebook app when a system account is not available?
Fork Parse library from Github
Go inside it, and change whatever you want...