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