Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
what you have inside that file, post it here!!! – Neji Jan 23 at 11:57
<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> – Burhan Mughal Jan 23 at 12:00
Nothing to hear from You ?? :( – Burhan Mughal Jan 24 at 4:37
buddy there might be issue in your plist file, i faced similar issue when i was working with cordova.plist, plz check any syntax coz thats the thing that corrupts a .plist file in the project. – Neji Jan 24 at 6:31
Well dear i have already posted the .plist file syntax that i have changed kindly take a look at it and tell me if there is anything wrong .. :( – Burhan Mughal Jan 24 at 6:45

1 Answer

Here is blog post which may be helpful for you, this is a more simply explained step-by-step process for integrating facebook plugin to a phonegap application.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.