gpt4 book ai didi

php - 使用 Graph API 在 facebook 墙上分享链接的另一种方法

转载 作者:行者123 更新时间:2023-12-02 07:08:15 25 4
gpt4 key购买 nike

是他们用于在 Facebook 上共享链接的任何备用 php 代码。我正在使用此代码在 Facebook 墙上分享链接。

$ret_obj = $this->facebook->api('/me/feed', 'POST', array(
'link' => 'www./excample.com',
'message' => 'Posting with the PHP SDK!'
));
echo '<pre>Post ID: ' . $ret_obj['id'] . '</pre>';

最佳答案

Instead of `feed` use `links`


$ret_obj = $this->facebook->api('/me/links', 'POST', array(
'link' => 'www./excample.com',
'message' => 'Posting with the PHP SDK!'
));

关于php - 使用 Graph API 在 facebook 墙上分享链接的另一种方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8740365/

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