Is channelUrl parameter for Facebook init() deprecated?

后端 未结 1 473
天命终不由人
天命终不由人 2021-01-04 18:19

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 deprecat

相关标签:
1条回答
  • 2021-01-04 19:03

    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

    0 讨论(0)
提交回复
热议问题