why this error is showing up ?
canOpenURL: failed for URL: "fbauth2:/" - error: "(null)"
why this error is showing up ?
canOpenURL: failed for URL: "fbauth2:/" - error: "(null)"
Please add fbauth2 in url schema of info.plist file of your xcode project. Also add
<key>LSApplicationQueriesSchemes</key> <array>
<string>fbapi</string>
<string>fbauth</string>
<string>fbauth2</string> </array>
in your info.plist file. for more information https://developers.facebook.com/docs/ios/ios9