gpt4 book ai didi

php - Facebook API - 帖子未出现在群组中

转载 作者:搜寻专家 更新时间:2023-10-31 21:09:47 25 4
gpt4 key购买 nike

我正在尝试向群组发布一些消息。到目前为止它运行良好,但只有我可以看到该帖子 - 没有其他人可以看到。有谁知道我做错了什么?

$postdata = array (
'access_token' => $user_token, // taken from the "usertoken" from Access Token Tool
'from' => '100000xxxxxxxx', // my (users) ID
'message' => 'message',
'link' => 'http://www.example.com',
'name' => 'Name',
'caption' => 'Caption',
'description' => 'Desc',
);

$res = $facebook->api("/".$gid."/feed", "POST", $postdata);

嗯,$res 包含预期的 ID,我可以看到我的(自动)帖子。其他用户会收到一条消息,说明群组中有新帖子。如果他们单击该链接,则会出现一条消息,指出该帖子已被删除或无法加载。

最佳答案

您的应用必须处于开发模式,如果是,则只有在您将其切换为实时后,其他用户才能看到该帖子。查看您可以在哪里更改此设置-

enter image description here

关于php - Facebook API - 帖子未出现在群组中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23010816/

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