I have a game in heroku, now I\'m trying to make it work in Facebook canvas, but, while it works in Firefox, in Chrome and IE doesn\'t.
IE shows a warning with a but
Another reason this could be happening is if you are using an iframe that has the sandbox attribute and allow-same-origin
isn't set e.g.:
// page.html
// iframe.html
I haven't found a solution other than:
f.postMessage("hello world!", '*');