I've been trying to implement Facebook log in. As the titles says, I'm using Xcode 7.1, Swift 2.1, iOS 9.1, Parse SDK (ParseFacebookUtilsV4).
I have read Parse doc and Facebook doc, and already setup the .plis according to iOS 9 requirements.
The thing is, when the app runs and calls logInInBackgroundWithReadPermissions(permissions:, block:)
, I'm getting:
-canOpenURL: failed for URL: "fbauth2:/" - error: "(null)"
Does anyone knows how to do this?