我想发送一个用C#编写的Facebook应用程序的邀请请求.
这是我尝试过的:
_fbService.API.notifications.sendEmail(DataList1.DataKeys[e.Item.ItemIndex].ToString(),"Invitation to play a game", "You are invited to play the game","");
这不起作用,它只发送通知,而不是请求. 我究竟做错了什么?