有帮助吗?

解决方案

You are using a stale version of the JS SDK, which is now referencing old, invalid resources.

Please always the live versions from connect.facebook.net, as this is the only way you are ensured getting the benefits of bugfixes, and not getting bitten by changes like this.

Additionally, you are both loading a copy of all.js from your own server, as well as loading the one from connect.facebook.net, this negates any improvement you might have seen from serving the resource locally.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top