Hi I am working in phoneGap. I want to integrate facebook in my app using phonegap. I am following the tutorial :
https://github.com/davejohnson/phonegap-plugin-facebook-connect/
In this tutorial(Read Me) it says that include Facebook ID and Scheme ID in the [projectName]info.plist. BUt the given data is :
<key>FacebookAppID</key>
<string>[**APP_ID**]</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>fb[**APP_ID**]</string>
</array>
</dict>
</array>
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.