Facebook SDK for JS:我的feed不会反映在我朋友的新闻feed上

Facebook SDK for JS: My feeds are not reflected on my friend's news feed

本文关键字:feed 朋友 新闻 for SDK JS 我的 Facebook      更新时间:2023-09-26

使用FB feed对话框,由于某种原因,我的帖子没有出现在我朋友的新闻feed中。

这是我的代码片段↓

 FB.ui({
            method: 'feed',
            app_id: 'XXXXXX',
            link: 'linkToASite',
            picture: imgUrl,
            name: 'imgTitle'
        }, function (res) {
                console.debug("res: ", res);;
       });

我的代码有什么问题吗?

我认为这是因为Facebook应用程序的状态。

执行以下设置来修复问题:

转到Facebook Developer =>你的应用程序=>状态&Review =>设置此选项为YES:

"你想让这个应用程序和它的所有实时功能对公众开放吗?"