I am trying to use Facebook to invite users for my ASP.NET website. Also, I want to give credit to the user who invited other users. I am using the following code to show the send button on my webpage. It is showing fine, but the problem is that the InviteID is hard-coded. I want to get the InviteID from code-behind so that I know who is inviting users. Is this possible? If it is, please show me how. Thanks a lot in advance!
<script type="text/javascript"
src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:send href="http://www.ebay.com/LearnMore.aspx?InviteID=12006"></fb:send>