gpt4 book ai didi

php - Facebook Wall Post 未显示在好友动态消息中

转载 作者:行者123 更新时间:2023-12-04 06:03:55 24 4
gpt4 key购买 nike

我创建了一个用于发送消息的 facebook 应用程序。我正在使用 php facebook feed 代码将一些内容和图像发布到我的墙上。通常,当我在墙上张贴一些东西时,它会在我 friend 的新闻提要上可见。但我的墙上帖子不可见在我 friend 的新闻提要上。贴墙的代码是

$AccessToken       = $this->facebook->getAccessToken();
$attachment = array(
'access_token' => $AccessToken,
'message' => "$Msg",
'name' => 'some content',
'link' => $link,
'picture' => "$ShareImage",
'description' => '',
'caption'=>'',
'properties' => array (
'Send one to a friend now:' => array (
'text' => 'Facebook App ',
'href' => 'http://apps.facebook.com/appname/'
),
'Become a fan:' => array (
'text' => 'Page Name',
'href' => 'http://www.Facebook.com/page/'
)

);
 $send = $this->facebook->api("/".$fbid."/feed", 'POST', $attachment);

这是因为缺少任何许可吗...?

最佳答案

就其性质而言,包含媒体的墙贴不是状态更新。如果墙贴包含媒体,用户需要访问您的主页才能看到它。如果您希望在人们的新闻源中显示状态更新,则需要删除媒体(例如链接预览)。

请记住,这不是错误。相反,它是 Facebook 的 API 识别状态更新与墙上帖子的方式。

关于php - Facebook Wall Post 未显示在好友动态消息中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8601477/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com