Is channelUrl parameter for Facebook init() deprecated?

独自空忆成欢 提交于 2019-11-30 02:58:48

问题


I remember that there was a channelUrl option for FB.init(), but it seems that it does not exist anymore according to this page

Is this feature deprecated?


回答1:


Yes, channelUrl is no longer required. Here's a quote from the blog post:

Changed browser requirements for the JavaScript SDK

In order for the JavaScript SDK to be able to communicate with Facebook, we now require either native support for HTML5 postMessage, or support for Flash, minimum version 8.0.24. As part of this change, we are no longer supporting the use of the channelUrl initialization option to provide a fallback mechanism.

Source: Facebook Blog, Nov 2013



来源:https://stackoverflow.com/questions/22261080/is-channelurl-parameter-for-facebook-init-deprecated

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!