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 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 ?

share|improve this question

1 Answer

up vote 0 down vote accepted

I don't know that much about the Android browser, but I think you could just hook the click to the registration iframe and then close it when you detect a navigation event.

that all said, this is a really complex way to do this -- I would just have simple native registration form.

share|improve this answer
you mean i shouldn't use phonegap for this project ? – user1562023 Jul 30 '12 at 8:24

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.