We are using Request dialog
method : 'apprequests',
new_style_message: true,
message : 'msg',
display: 'popup',
title : 'sometitle',
filters: ['app_non_users'],
to : [array of id]
As our users will be inviting their friends to app, our intention is to get App_non_users filter to work with combination of to array.
So if we pass to the array [id1,id2,id3], and if id1 is already user of the app, App request should only delivered to rest of the two id!
But looks like it is not working!
Your understanding of the
filterparameter is not 100% correct. Thefilterparameter tells the Facebook multiselector dialog what to display. It has nothing to do with who the request gets sent to if you also include thetoparameter.From the Facebook request dialog documentation – https://developers.facebook.com/docs/reference/dialogs/requests/