Search Unity

How to add Select all option to Fb invite?

Discussion in 'Scripting' started by SanSolo, May 17, 2016.

  1. SanSolo

    SanSolo

    Joined:
    Feb 25, 2014
    Posts:
    85
    I'm integrating FB SDK with my Unity3D game and trying to implement FB invite so users can invite their friends to the game.

    The Invite feature itself works fine, but I'm required to add a checkbox to select all displayed friends.

    I cannot find any method of doing this. There is FB.AppRequest which allows to send to set of people, but that is not useful in this situation.

    Can anybody suggest a solution for this?