Issue providing Facebook ID and Scheme In phoneGap

janilol

New Member
Hi I am working in phoneGap. I want to integrate facebook in my app using phonegap. I am following the tutorial :\[code\]https://github.com/davejohnson/phonegap-plugin-facebook-connect/\[/code\]In this tutorial(Read Me) it says that include Facebook ID and Scheme ID in the [projectName]info.plist. BUt the given data is : \[code\] <key>FacebookAppID</key> <string>[**APP_ID**]</string> <key>CFBundleURLTypes</key> <array><dict> <key>CFBundleURLSchemes</key> <array> <string>fb[**APP_ID**]</string> </array></dict> </array> \[/code\]Here I am a bit confused that where I have to put my FaceBook ID and where to put Scheme ID ?? Kindly help me. Thanks in advance.
 
Back
Top