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 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.

share|improve this question

1 Answer

Make sure that you're using same site url as it configured in Facebook Developer Admin (something like http://localhost:8080/my-app/).

And also, if you setup Sandbox Mode (Settings -> Advanced), then Facebook will show you details of this error.

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.