swift 2 parse facebookSDK ios9
From the WWDC 2015 “Privacy and Your App” video, add the following to your info.plist file: <key>LSApplicationQueriesSchemes</key> <array> <string>fbauth</string> </array>
From the WWDC 2015 “Privacy and Your App” video, add the following to your info.plist file: <key>LSApplicationQueriesSchemes</key> <array> <string>fbauth</string> </array>