我已经暂时使用fb:request-form
作为我的“朋友邀请表”了一段时间,但突然间我遇到了问题。它完美呈现一切。然而,当我完成所有并且我提交它时说出错了,它给我一个小对话:
“出了问题。我们正努力尽快修复它。”
我在所有应用程序(实时和测试)中都有这个,我正在使用以下代码(来自我的一个测试应用程序)。
<fb:serverFbml width= "750">
<script type="text/fbml" >
<fb:fbml width = "750">
<fb:request-form type="Pannemantest" type="XFBML" invite="true" method="POST" action="http://michaelp.dev.gamepoint.net/framework/mainsite/facebookfriendinvite.php?&submit=1 " content="Hi! Come and join me in PartyDice: The most exciting dicegame on Facebook. Roll the dice, mark your score and beat your opponent. Use your FREE Daily Credits to play NOW!<fb:req-choice url="http://apps.facebook.com/pannemantest/" label="Join the fun!" >">
<fb:multi-friend-selector style='width: 650px;' actiontext="Have even more fun by inviting your friends!" showborder="true" exclude_ids="" />
</fb:request-form>
</fb:fbml>
</script>
</fb:serverFbml>
我不确定是什么导致了这种行为,我发现我的代码没有任何问题(因为这个确切的代码已经在线很长一段时间了,并且渲染没有出错)。也许我看起来不太合适,但是对于这种形式我找不到任何宣布的变化或类似的东西。
我该怎么办?是否有另一种生产相同形式的方法?
答案 0 :(得分:0)
以下是解决方案,来自:
http://developers.facebook.com/bugs/288168691208443?browse=search_4e9fc696c07fd0895788720
“将import_external_friends = false添加到您,它将解决问题。”