I use FB api for selecting friends for my app with following code (doc)
FB.AppRequest(
message,
null,
new List<object> (){ "app_users" },
null,
null,
jsonData,
null,
RequestResult
);
But in window with selecting friends is no button Select All
. Can I add it to native window? Or I have to write my own window with selecting?