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.

Will this plugin work with phonegap 2.1.0? I've installed this successfully before on 1.8.1 but am working on a project with 2.1.0 and it doesn't seem to work. It gives me a pop up js error:

"Cordova variable does not exist. Check that you have included cordova.js correctly"

Which might just be a meaningless error. But when I click "login" it takes me to the facebook app window and tells me that the app bundle id has not been included. I have added the bundle id to the bottom of the index page and in the info.plist file.

Any thoughts on what I could be doing wrong?

share|improve this question

1 Answer

You may be missing the bundle ID entry in your App Dashboard settings. So go to http://developers.facebook.com/apps and enter the bundle iD that matches your Xcode project.

There's a Cordova 2.1.0 / Facebook 3.1 branch for PhoneGap that you can also try out: https://github.com/davejohnson/phonegap-plugin-facebook-connect/tree/pg2.1-ios3.1

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.