i am using facebook c# sdk and want to do a counter which counts the ids of facebook users who are invited to a url.
In application, for example a person invites his/her firends to the application bu i wan to know how many person did he or she sent that invitation and who they are
so i must take an array that contains the ids of invited facebook users then i can split it then i can count easily to know how many people invited.
is this scenario is possible and how? i mean how can i get the ids of invited users?
thanks