1

我正在尝试使用 php sdk (graph api) 将公开照片分享给一个群组

 $ret_obj = $facebook->api("/$group_id/feed", 'POST', array(
                'link' =>  $link,
                'message' => $message,
            )
        );

$link 是我想以这种格式分享的照片的链接:https ://www.facebook.com/photo.php?fbid=10151273906386749&set=a.53081056748.66806.6815841748&type=1&theater

它没有用,所以我也在 Graph Api Explorer 中尝试了这个,结果我得到:

{
  "error": {
"message": "(#100) property values must be strings or objects with a 'text' and a 'href' attribute",
"type": "OAuthException",
"code": 100
  }
}
4

0 回答 0