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 login via FB in my app (written using jQuery Mobile and wrapped with phonegap build). When I click on the link the app opens

myserver.com/login

At this point the server (python) calls FB login function. Once the user has logged in FB will redirect to my server again, where I'll do some stuff.

Now, how can I redirect from my server back to my app? I tried to pass

document.URL

to the server and redirect there but my phone says I don't have permission to acces file://android_asset/www/index.html

Thanks to anyone who is willing/able to help.

share|improve this question
In php I would use header(), but that's probably not your problem... – Konstantin Oct 25 '12 at 17:55
@Konstantin actually what I don't understand is to which URL the server should redirect to after it gets the reply from FB auth. – Ciack404 Oct 25 '12 at 18:44

1 Answer

up vote 0 down vote accepted

Solved using childbrowser plugin.

In phonegap build

https://build.phonegap.com/docs/plugins

share|improve this answer

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.