Created
October 11, 2018 16:08
-
-
Save mobilequickie/0c31f3d59eb93336289b212606fbfb79 to your computer and use it in GitHub Desktop.
Facebook Login metadata for Info.plist on iOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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