在facebook应用程序中邀请朋友不能正常工作

时间:2011-03-23 06:24:09

标签: facebook fbml fbjs

显示消息请先选择一些朋友。当我点击朋友的名字时检查它的geting但它的显示选中(0)。当我用它弹出时,它对我来说很好。请帮帮我......

这是代码

<fb:fbml>
        <fb:request_form 
        action="http://apps.facebook.com/actionpath" 
        method="POST" 
        invite="true" 
        type="My Invitation"
        content="content text">
            <fb:multi_friend_selector 
            exclude_ids="<?=$arFriends?>" 
            actiontext="Test Your English" 
            rows=3 max=40 cols=5 
            bypass=" " 
            showborder=true />
        </fb:request_form>
    </fb:fbml> 

0 个答案:

没有答案