I've updated to iOS9, and now my Facebook login button, which calls:
[PFFacebookUtils logInInBackgroundWithReadPermissions:@[@"public_profile"] block:^(PFUser * _Nullable user, NSError * _Nullable error) {...}
doesn't even attempt to open Facebook.
I've added the necessary files to my info.plist file (as suggested here), which now looks like this:
But the FB app doesn't launch, and the block is never called. Any ideas?
