-5

I'm developing a facebook app and also checked every possible areas including 'secure canvas url', 'app domain', 'oauth' section. But it's not loading inside canvas.

Code works normal in facebook js-sdk console, but the canvas frame is totally empty showing 'operation timed out'. What is the problem?

Please guide me.

Soham
  • 13
  • 1
  • 3

1 Answers1

1

The first call to a Canvas app (by Facebook) is always a POST request IMHO. Please check if your application supports POST requests as well, instead of only GETs.

To make sure, please have a look at your browser's developer console / network tab and have a look what request are actually executed.

Tobi
  • 31,405
  • 8
  • 58
  • 90