I've made a simple web app that requires the user to login to their facebook account. This works fine with browser tests, Facebook developers asks what the URL is of the web app, and I specify "Localhost:5000" it works perfectly.
I've wrapped it with phonegap, to make it run like a standard android app, and when I try to test on my phone, I change the web app's URL at facebook developers to "http://index.html" thinking it would work the same way, but it doesn't. Is there a more accurate way to describe my web apps index page to facebook?