gpt4 book ai didi

php - Facebook 应用程序 - 在 friend 墙上发帖

转载 作者:可可西里 更新时间:2023-11-01 00:37:19 26 4
gpt4 key购买 nike

如果这个问题有点重复早期的问题,我很抱歉,但我没有找到任何相关的答案。

我正在构建一个 FB 应用程序并尝试使用此代码发布到 friend 墙:

$attachment = array(
'access_token' => $facebook->getAccessToken(),
'message' => 'Did a Test Post :',
'name' => "This is the title of my post",
'link' => "http://blogs.canalplan.org.uk/steve/2010/04/28/hitting-a-moving-target/",
'description' => "this is the body of the post with lots of wiffly woffly text in it, lets see if this all works ok!",
'picture'=>"http://blogs.canalplan.org.uk/steve/files/2009/12/13742_1291940983817_1389037839_836473_2130235_n.jpg",
);
100001893238650- this is a friend that give permission to publish on hes wall
$facebook->api('/100001893238650/feed', 'POST', $attachment);

现在,当我使用“我”而不是这个 id 时,它工作正常,但只要 id 不是“我”,我就会收到 Uncaught OAuthException: (#210) User not visible 错误。

我使用 curl 时遇到同样的错误。

我正在请求 publish_stream 并确保 offline_access(我不认为 offline_access 已连接,但只是为了确定)权限。

我做错了什么?我更需要哪个权限?

最佳答案

为了将来遇到此问题的任何人的利益,请注意,自 2013 年 2 月起,Facebook 已禁用通过 Graph API 发布到 friend 墙的功能。

查看此更改生效后的平台更新:http://developers.facebook.com/blog/post/2013/02/06/platform-updates--operation-developer-love/

关于php - Facebook 应用程序 - 在 friend 墙上发帖,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4375956/

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