我将FB.ui与feed方法一起使用,以便在用户的墙上发布消息。
// calling the API ...
var obj = {
method: 'feed',
link: 'https://developers.facebook.com/docs/reference/dialogs/',
picture: 'http://fbrell.com/f8.jpg',
to: 123457895,
name: 'Facebook Dialogs',
caption: 'Reference Documentation',
description: 'Using Dialogs to interact with users.'
};
但是有可能使用Feed对话方法一次在几个朋友的墙上发帖吗?
我测试过将几个ID放入元素中,但它认为它不起作用。
谢谢!
答案 0 :(得分:1)
我讨厌与superscral所说的相矛盾,但你可以使用feed方法的“to:”参数。点击此处查看当前支持的参数列表:
https://developers.facebook.com/docs/reference/dialogs/feed/
答案 1 :(得分:0)
Feed对话框允许用户仅将消息发布到他们自己的时间轴上,然后该消息将出现在他们朋友的新闻源/流中。