问题描述
我使用Graph API在Facebook的页面上发布了一些内容,但是这篇文章不是为其他人发布的.他们没有看到我的应用发布的所有帖子,只有我看到了!我怎么了?
I post some content to page in facebook with Graph API.But this post not published for another people.They dont see all post posted by my app.Only I saw them! What is my problem?
// my post's content
post_to_fb_page([
'message' => 'My message',
'link' => 'my url'
]);
我的应用程序发布的帖子是公开的,但不显示给其他人,如果我发布我的Facebook帐户,则显示给所有人.
My post posted by my app is public,but it not show for another people, and if i post my facebook account, it is show for all people.
推荐答案
您的应用未公开,请转到您的应用仪表板,并确保右上角的开关已激活,并且显示状态:正在运行".由Apps发布的非实时发布不会显示给普通用户.
Your App is not public, go to your App dashboard and make sure the switch in the upper right corner is activated and it says "Status: Live". Posts made by Apps that are not live do not show up for regular users.
这篇关于当我使用Graph API将某些内容发布到Facebook上的Page时,该内容仅对我可见的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!