PhoneGap Build - Facebook Connect (Part 1)

I am currently developing a mobile app / client based on the frameworks; PhoneGap and jQueryMobile. My current implementation uses Cordova / PhoneGap  Version 2.2.0 and the build service provided by Adobe.

Because the app is connected to a social website, it uses the Facebook OAuth capabilities for easy single sign on (as on web version too). There came up several issues during integration of the Facebook Connect Plugin into my beta version. For saving the web from redundancy, I am documenting the issues here, by linking:

The story continues, for sample code checkout Part 2

Forum, Questions and some answers:
http://stackoverflow.com/questions/14637568/phonegap-plugin-facebook-connect-login-not-working
http://stackoverflow.com/questions/14676821/how-to-validate-fblogin-in-mobile-app-on-server-side
http://community.phonegap.com/nitobi/topics/fb_init_undefined_facobook_connect_plugin
http://community.phonegap.com/nitobi/topics/facebook_connect_plugin_signedrequest
http://community.phonegap.com/nitobi/topics/facebook_connect_plugin_no_userid_on_ios
http://community.phonegap.com/nitobi/topics/phonegap_build_app_internet_access_doesnt_work_on_ios_but_work_on_android
http://community.phonegap.com/nitobi/topics/facebook_connect_ios_userid_emtpy
http://community.phonegap.com/nitobi/topics/facebook_connect_plugin_no_userid_on_ios

Issues:
https://github.com/phonegap/phonegap-facebook-plugin/issues/245
https://github.com/phonegap/phonegap-facebook-plugin/issues/261
https://github.com/phonegap/phonegap-facebook-plugin/issues/264

No comments:

Post a Comment