Hi i just wanted to know, is there any way to know how many friends the user selects from the multi-friend selector generated by the following code.
function InviteFriends(){
FB.ui({ method: 'apprequests',
message: 'come on man checkout my application.'});
}
thanks