fb:dialog 中的 FBML 多好友选择器
有没有办法在 fb:dialog 中显示多好友选择器小部件 (fb:multi-friend-selector)?
我有一个按钮,选择后我想显示朋友选择器弹出窗口,用户可以向他们的朋友发送邀请。我在主页上使用了朋友选择器,但不知道如何在 fb:dialog 中显示该小部件。
谢谢 水壶
Is there a way to show the multi friend selector widget (fb:multi-friend-selector) in an fb:dialog?
I have a button, on selecting which I would like to show the friend selector popup and users can send invite to their friends. I got the friend selector working on the main page but have no clue on how to display that widget in fb:dialog.
Thanks
Jugs
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须编辑此内容,但要点如下:
popupInviteFriends : function (e) {
if (e) { e.preventDefault(); }
You'll have to edit this, but here's a jist:
popupInviteFriends : function (e) {
if (e) { e.preventDefault(); }