Skip to content

Instantly share code, notes, and snippets.

@tush4r
Created August 18, 2016 16:23
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 tush4r/67d4a0070f65c390d5b92533c6a7f007 to your computer and use it in GitHub Desktop.
Save tush4r/67d4a0070f65c390d5b92533c6a7f007 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-facebook-app-id</string>
<key>FacebookDisplayName</key>
<string>your-facebook-app-name</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment