我在我的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标记不会生成邀请表单)。
有没有人遇到过这个问题?
谢谢,
乔尔
发布于 2010-12-30 05:24:01
我想它不会起作用的。又快又脏的解决方案是:使用iframe而不是div。
发布于 2011-01-08 22:16:19
您使用的是什么平台??(Iframe还是FBML??)我也面临着同样的问题。然后我转到fbml应用程序,并使用FB:Dialog来做同样的事情,我让它正常工作。
https://stackoverflow.com/questions/4557436
复制相似问题