Goodreads类型的fb帖子通过脸谱图api

时间:2016-01-30 08:29:32

标签: javascript facebook facebook-graph-api

enter image description here

以下是发送给用户Feed的帖子的屏幕截图。

我在fb图api上看到的最接近的是

/* make the API call */
FB.api(
    "/me/feed",
    "POST",
    {
        "message": "This is a test message"
    },
    function (response) {
      if (response && !response.error) {
        /* handle the result */
      }
    }
);

但这只发布了一条消息文本。我如何让我的fb应用发布类似的帖子,如包含图像的goodreads,以及其他标题和描述。

1 个答案:

答案 0 :(得分:0)

以下是使用对话框分享开放图表故事的文档:

https://developers.facebook.com/docs/sharing/reference/share-dialog#open-graph