ユーザーが選択したuidを取得しようとしていますが、常にIDをnullに戻します。
<fb:request-form action="http://myapp/controller/index?id=<apid>&sk=<secret>"
method="POST" invite="false" type="Invite" content="<fb:req-choice url='http://myapp/controller/index?id=<apid>&sk=<secret>' label='invite' />">
<fb:multi-friend-selector showborder="false" bypass="cancel" cols=3 actiontext="Invite example"/>
</fb:request-form>
ユーザーの招待後、私のアクションにリダイレクトします。
[HttpPost]
public ActionResult Index(long[] ids)
{
return null;
}
IDは常にnullを返します。