Is it possible to invite only girls to my app in FB.ui popup ?
thank You for any suggestions, if not tneh maybe there is any other solution available ?
User is in the app. There is invite friends button with jscode:
$('#btnInvite').bind("click", function(){
FB.ui({method:'apprequests',title:'test',message:'test',data:'test'});
})
And then popup with friends appears to be selected. Is it possible to filter this list only to female users (app is dedicated for girls)
Comments
Post a Comment