I installed Spring-Security-Facebook Plugin in my app, and got the Login button in my login page.
When I am clicking on the login with Facebook button it is redirecting to facebook.com/login.php?api_key=....... and i am getting an error.
When I clicked on login with Facebook button in other websites it is redirecting to facebook.com/login.php?api_key........ and giving the login page.
I also tried the JavaScript code given in the Facebook Developers api in the page http://developers.facebook.com/docs/guides/web/. Then also I got the same problem.
I don't know where i am going wrong. I think it is problem with the url redirecting.