0

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?

LuckSound
  • 986
  • 2
  • 12
  • 35

0 Answers0