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 added a html game page to facebook developer page as app and it throws 405 method not allowed error. Could some one help me on this? App details: http://apps.facebook.com/kannayya/

share|improve this question

1 Answer

up vote 1 down vote accepted

Facebook loads applications via POST. That error is not Facebook related, it's an error that is being thrown by your server. Make sure that POSTs are allowed, and allowed for the specific canvas URL that you've set in the developer console for your app.

share|improve this answer
NIck, But its just a simple html file in my server. How can I allow posts. Could you please guide me on that? – Usham Feb 11 at 0:43
I'm not familiar on how to configure that outside of apache. I would recommend running a quick search for enabling POST on IIS. Maybe stackoverflow.com/questions/3472429/…. – Nick Parsons Feb 11 at 1:03

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.