I’m using javascript request dialog to send app invite to friends.
when i send invite to b, I should not be able to send invitation to him again.
Is there any way to show only friends to whom I’ve not sent invite in request dialog or is there any other way to do this?
Considering you’re using this function, there’s to things that can help you :
So, when you send requests, you store information about it, like facebook ids of the people you sent it to, then you just pass a list of these ids to your function.
But, keep in mind that someone can decline your request, and nothing is sent to you, you have to check it yourself !