Skip to main content
Version: 1.53.x

Facebook

To enable authentication via Facebook, add the following items to Info.plist. Instead of _111_ and TestApp, specify the id and name of your project on Facebook.

Please, ask your manager for these parameters.

<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>fb_111_</string>
</array>
</dict>
<dict>
<key>FacebookAppID</key>
<string>_111_</string>
<key>FacebookDisplayName</key>
<string>TestApp</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>fbapi</string>
<string>fb-messenger-api</string>
<string>fbauth2</string>
<string>fbshareextension</string>
</array>