1
我需要發送一個URL到選定的朋友列表。我正在使用以下代碼:Facebook圖形API Object_id
// Use FB.ui to send the Request(s)
FB.ui({method: 'apprequests',
to: sendUIDs,
action_type:'send',
title: 'testing',
message: 'testing send.',
**object_id: 'YOUR_OBJECT_ID'**
}, callback);
我不確定什麼是object_id在這裏。任何人都可以解釋嗎?
在此先感謝。
_「我需要發送一個URL到選定的朋友列表」 - - 這不是請求對話框的用途。 – CBroe 2014-09-03 13:11:53
CBroe。謝謝回覆。那麼我需要使用什麼?我創建了一個多朋友選擇器。我需要給他們發送一個URL。 – Ankith 2014-09-03 14:30:01
這是可能的。沒有答案。 :( – Ankith 2014-09-03 15:01:21