我在我的 Facebook 应用程序上使用以下邀请码:
<fb:serverFbml>
<script type="text/fbml">
<fb:fbml>
<fb:request-form
action='http://localhost:8080/home'
method='POST'
invite='true'
type='MyApp'
content='<a href="http://www.domaint.com">Click here</a>'
<fb:multi-friend-selector
actiontext="Invite your friends to join">
</fb:request-form>
</fb:fbml>
</script>
</fb:serverFbml>
当我在 DIV 中使用它时它工作正常,但是如果我尝试使用 jQuery UI 并将 DIV 转换为 dialog(),当用户打开对话框时它是空的(fb:serverFbml 标记不会生成邀请表单)。
有没有人遇到过这个问题?
谢谢,
乔尔