我已经使用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>
我不确定是什么导致了这种行为,也找不到我的代码有什么问题(因为这个确切的代码已经在线很长时间了,渲染没有任何问题)。也许我看起来不正确,但我找不到任何已宣布的更改或此表格的任何类似内容。
我应该怎么办?是否有另一种产生相同形式的方法?