2011-10-19 74 views
-1

我一直在使用fb:request-form作爲我的「朋友邀請函」一段時間,但突然之間我有問題。它完美呈現一切。然而,當我完成所有工作並提交時,說出了問題,並顯示出一個對話框:使用fb:request-form「出錯了,我們正在努力盡快修復它。」

「出錯了,我們正在努力盡快修復它。」

我在我的所有應用程序(live和test)中都有這個,並且使用下面的代碼(來自我的一個測試應用程序)。

<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!&lt;fb:req-choice url=&quot;http://apps.facebook.com/pannemantest/&quot; label=&quot;Join the fun!&quot; &gt;"> 
       <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> 

我不知道是什麼原因導致這種行爲,我找不到任何錯我的代碼(因爲這確切的代碼已經在網上了很長一段時間,並沒有什麼不順心與渲染)。也許我看起來不正確,但是我找不到任何更改或任何此類表單。

我該怎麼辦?是否有另一種製作相同表格的方式?

回答

相關問題