Skip to content

Instantly share code, notes, and snippets.

@baiIey
Created April 26, 2018 23:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baiIey/c5f1d856c2697ea48ad6fc0efe74bac6 to your computer and use it in GitHub Desktop.
Save baiIey/c5f1d856c2697ea48ad6fc0efe74bac6 to your computer and use it in GitHub Desktop.
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>fb{your-app-id}</string>
</array>
</dict>
</array>
<key>FacebookAppID</key>
<string>{your-app-id}</string>
<key>FacebookDisplayName</key>
<string>{your-app-name}</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>fbapi</string>
<string>fb-messenger-share-api</string>
<string>fbauth2</string>
<string>fbshareextension</string>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment