I tried to follow the instructions given in the link http://eugene17.com/2011/03/13/testing-your-facebook-app-in-your-localhost/
I want to be able to test my facebook app locally . It however does not seem to be working . I cant figure out where i am getting it wrong . 
I have also made the following entry in my hosts file .
127.0.0.1 localhost/ -webapp
What wrong have i done ? i am unable to figure it out . This works fine on the live server and one of the machines . However i dont think i can change the app settings to suit my preferences .
More details :
Code which calls the facebook Api :
$facebook_login_url = $facebook->getLoginUrl(array('scope' => $facebook_app_permissions, 'redirect_uri' => $redirect_uri));
The redirect_uri uses get_url() api which resolves to localhost on my system as i am accessing the App by typing /localhost/xxxxx-webapp on my browser ..
Now facebook does not know to connect back to locahost . Hence instead i am redirected to localhost xampp page . There is no error message in the screen nor on the console .
I am trying to get facebook to connect back but i wonder what i am doing wrong . Can somone show me a sample entry in the hosts file ?
The information about the app in facebook is already as shown in the screen shot .
127.0.0.1 localhost/XXXXX-webappthere. – Petr Oct 2 '12 at 10:02