I'm trying to integrate Facebook into my Phonegap application that is going to be deployed for both Android and Blackberry devices. As there is only a plugin available for Android I need to go down the standard Facebook connect mobileweb route. However I cannot redirect back to file:// (Phonegap) so I'm wondering if anybody has come up with an alternative solution?
I was wondering if it was possible to redirect to a separate hosted site I setup that would store the access code and then get the Phonegap application to subsequently interrogate for the access code to then use with Facebook API calls?