如何将朋友邀请功能添加到我新创建的Facebook应用程序中?
答案 0 :(得分:9)
我从未构建过Facebook应用程序。
我从未调查过如何构建Facebook应用程序。
我花了不到一分钟的时间来猜测Facebook app development主页的地址,并按照“如何引导”之类的几个链接查找http://wiki.developers.facebook.com/index.php/Fb:request-form ...这正是你问了。
答案 1 :(得分: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>