Skip to content

Instantly share code, notes, and snippets.

@mobilequickie
Created October 11, 2018 16:08
Show Gist options
  • Save mobilequickie/0c31f3d59eb93336289b212606fbfb79 to your computer and use it in GitHub Desktop.
Save mobilequickie/0c31f3d59eb93336289b212606fbfb79 to your computer and use it in GitHub Desktop.
Facebook Login metadata for Info.plist on iOS
<!-- START OF FACEBOOK PLIST ENTRIES HERE -->
<key>FacebookAppID</key>
<string>1234567891234567</string>
<key>FacebookDisplayName</key>
<string>Auth Demo</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>fbapi</string>
<string>fb-messenger-share-api</string>
<string>fbauth2</string>
<string>fbshareextension</string>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>fb1234567891234567</string>
</array>
</dict>
</array>
<!-- END OF FACEBOOK PLIST ENTRIES HERE -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment