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'm trying to achieve following: I have facebook authentication on my web app. I want to return back to PhoneGap application after authentication is done.

The authentication flow works just fine. But returning to app should be done by providing a redirect url to facebook authentication URL. The problem is that I don't know what's the URL.

I've tried custom URL scheme, which works when authentication flow is executed in external Mobile Safari window. But in this case, the authentication is set to the Safari session, not for the Web App.

If external window is not used, but the authentication is done in Web App, the custom URL scheme won't work.

I have a hint this could be done with PhoneGap ChildBrowser plugin. That's the last possible option I want to try

If the only possible solution is ChildBrowser, I haven't found any good tutorial or instructions how this should be done. Any advice on that?

please give solution if any one have better example

share|improve this question

1 Answer

Phonegap released a plugin for connecting to facebook: https://github.com/davejohnson/phonegap-plugin-facebook-connect

share|improve this answer
I've tried using that plugin and can't recommend it. Badly maintained and buggy. It simply doesn't work on a wide range of android and Phonegap versions. It looks like it may have worked once upon a time, but not any more. – Captain Blammo Oct 12 '12 at 18:54
1  
that plugin is a piece of crap – mrbrdo Apr 23 at 22:05

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.