2009-07-23 116 views

回答

9

我從來沒有建立過Facebook應用程序。

我從未調查過如何構建Facebook應用程序。

我花了不到一分鐘的時間猜出主頁的地址爲Facebook app development,並按照一些名稱的鏈接,例如「How To Guides」找到http://wiki.developers.facebook.com/index.php/Fb:request-form…這正是你所要求的。

+1

facebook的文檔非常粗糙,並且API總是在變化,所以我認爲這是一個公平的問題,即使它聲明不清。 – 2010-03-10 23:00:27

0

我能得到這個使用this sample與此代碼工作:下面

<fb:serverFbml style="width: 755px;"> 
<script type="text/fbml"> 
    <fb:fbml> 
     <fb:request-form method="POST" invite="true" type="MassiveFreecell" 
       content="You have been invited to the Application Name application. <%= Server.HtmlEncode(@"<fb:req-choice url=""http://apps.facebook.com/massive-freecell-dev/"" label=""OK"" />") %>" > 
      <fb:multi-friend-selector showborder="false" actiontext="Invite your friends to use this application." /> 
      <fb:request-form-submit /> 
     </fb:request-form> 
    </fb:fbml> 
</script>