fb中的prefill好友ID:多朋友选择器

时间:2010-11-02 10:11:50

标签: facebook iframe fbml

我正在显示使用multi-friend-selector element,它有效。但是我希望能够在对话框打开时预先选择一些朋友,我不知道API是否允许这样做。至少,未在文档中列出。

我的代码

  <fb:request-form 
   action='{{iframe_url}}/reqs' 
   method='POST' 
   content='Sending a request'> 
  <input type='hidden' fb_protected='true' name='friend_id' value='{{facebook_id}}'/> 
      <input type='hidden' fb_protected='true' name='req' value='{{req_type}}'
      <fb:multi-friend-selector 
       actiontext='Select the friends you want to send this request' 
       rows='3' 
       showborder='true' 
       email_invite='false' 
       exclude_ids='{{excluded_friends}}'>
     </fb:multi-friend-selector> 
  </fb:request-form>"

我已尝试使用标记prefill_ids,但似乎没有任何效果。

PD:此外,它似乎忽略了email_invite选项。

1 个答案:

答案 0 :(得分:1)

我担心现在不可能。唯一的解决方法是在元素fb:multi-friend-selector中使用属性exclude_ids,只留下您希望用户通过排除所有其他朋友的朋友。