I have successfully implemented facebook connect plugin in android phonegap project with help of phonegap-plugin-facebook-connect.
Also successfully implemented the facebook registration social plugin using iframe, first example shown in above facebook url.
Then i came up with :- image with output
When i click the register button, it goes out of my app and goes to mobile default browser and comes up with undo and continue button, when i click continue button nothing happens.
What i want is that want to return to my app after clicking continue button in browser.How can i do this ?
Also is it possible to open inside my app after clicking register button ?