Showing posts with label facebook api. Show all posts
Showing posts with label facebook api. Show all posts

PhoneGap Build - Facebook Connect (Part 3)

PhoneGap Build - Facebook Connect (Part 3)

After helping many people with Part 2 there is the time to update the guide. If using PG > 2.9 you have to slightly change your config.xml for PhoneGap's build serviceThe correct syntax now is the following:

PhoneGap Build - Facebook Connect (Part 2)

After several inquiries, in addition of the links provided in Part 1 here is some sample code for Facebook SSO in a PhoneGap environment (using build.phonegap.com and jQuery Mobile 1.3 for user interface). The connect worked for me currently only on Android devices, but no longer on iOs (using PG version 2.3.0). One obstacle is certainly that I have no Apple device for development, local builds or debugging, only Android.

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