views:

612

answers:

2

i want to add code for invite friend in my facebookapplication using asp.net

<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>

Can anyone help me with this...

Thanx in advance...

A: 

Please see this link

http://forum.developers.facebook.com/viewtopic.php?id=19879

Pankaj
A: 

Hey i came across a wonderful site which has invite friends feature using asp.net and vb.net. It has twitter friends inviter, facebook friends inviter, Hi5 friends inviter and many more, check out the demo http://stescodes.com/invitefriends.aspx

mark