【发布时间】:2014-04-07 07:31:34
【问题描述】:
我在 heroku 中有一个游戏,现在我正试图让它在 Facebook 画布中运行,但是,虽然它在 Firefox 中运行,但在 Chrome 和 IE 中却不行。
IE显示一个带有按钮的警告,当点击按钮时,它会显示内容。
在 chrome 中,我收到此错误:
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://game.herokuapp.com') does not match the recipient window's origin ('null').
怎么了?
【问题讨论】:
标签: javascript facebook heroku