以下是发送给用户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,以及其他标题和描述。
答案 0 :(得分:0)
以下是使用对话框分享开放图表故事的文档:
https://developers.facebook.com/docs/sharing/reference/share-dialog#open-graph