I’m using request dialog in mobile app. Reading
https://developers.facebook.com/docs/reference/dialogs/requests/
I’ve found that
Note: the filters option is disabled on mobile dialogs and will not affect the set of users that appear in the dialog.
Unfortunately I need to show only friends with app installed in one dialog, and rest in the other. Is there any reasonable way to filter users like this while still using FB request dialog?
You could take a look at the Hackbook sample app, packaged with the SDK to show you how to do this, but in essence you have to create an API call to get, say users with the app installed and pass this to a parameter called “suggestions”.