Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save koriner/b3d66b4f49c683dc6faf to your computer and use it in GitHub Desktop.
Save koriner/b3d66b4f49c683dc6faf to your computer and use it in GitHub Desktop.
distriqt FacebookAPI - Example iOS descriptor settings
<InfoAdditions><![CDATA[
<key>UIDeviceFamily</key>
<array>
<string>1</string>
<string>2</string>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<!-- Don't remove the 'fb' prefix -->
<string>fb[YOUR_FACEBOOK_APP_ID]</string>
</array>
</dict>
</array>
<key>FacebookAppID</key>
<string>[YOUR_FACEBOOK_APP_ID]</string>
<key>FacebookDisplayName</key>
<string>[YOUR_FACEBOOK_APP_NAME]</string>
]]></InfoAdditions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment