我使用FB.ui和feed方法在用戶牆上發佈消息。如何使用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放入元素中,但它看起來不起作用。
謝謝!
所以纔有可能使用'to'參數張貼到多個屏幕牆一次?或者需要FB Graph API? –