I am working on facebook integration in my phonegap/cordova app. I am following the link
https://github.com/davejohnson/phonegap-plugin-facebook-connect/
I am doing the same steps as mentioned in the article but the when I build the solution it gives the error ..
Could not parse contents of /Users/Burhan/Desktop/facebookExample/facebookExample/facebookExample-Info.plist':
The data couldn’t be read because it has been corrupted.
<key>FacebookAppID</key>
<string>[**APP_ID**]</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<string>com.facebook.phonegap.myscheme</string>
<array>
<string>fb362599863837976</string>
</array>
</dict>
</array>
I am stuck.Kindly help me. Thanks in advance. Burhan