Customize your info.plist
Locate the .plist file in the Supported Files folder in your Xcode project. 1. Right-click your .plist file and select "Open as Source." 2. Copy and paste the XML fragment into the body of your file (...).
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>FB + AP-ID</string>
</array>
</dict>
</array>
<key>FacebookAppID</key>
<string> AP-ID </string>
<key>FacebookDisplayName</key>
<string>App-Name</string>
- Facebook (, Login, Share, App Invites ..), Facebook, .plist .
<key>LSApplicationQueriesSchemes</key>
<array>
<string>fbapi</string>
<string>fb-messenger-api</string>
<string>fbauth2</string>
<string>fbshareextension</string>
</array>
: SDK Facebook