我想使用asp.net在我的Facebook应用程序中为朋友邀请添加代码
<p>Invite a friend to use this application...
<fb:request-form action="default2.aspx" method="POST" invite="true"
type="Ankush" content="You have been invited to the Test Example application.
<% = Server.HtmlEncode("<fb:req-choice url=""http://apps.facebook.com/ankushgupta/default2.aspx"" label=""OK"" />") %> " >
<fb:friend-selector showborder="false" actiontext="Invite your friends to use this application." />
<fb:request-form-submit />
</fb:request-form>
</p>
任何人都可以帮我吗?
答案 0 :(得分:1)
2012年6月6日,FBML将被弃用。
考虑查看请求对话框http://developers.facebook.com/docs/reference/dialogs/requests/