Exemplo n.º 1
0
    //--------------------------------------
    //  API METHODS
    //--------------------------------------


    public void SendAppInvite(string appLinkUrl, string previewImageUrl)
    {
        FB.AppInvite(appLinkUrl, previewImageUrl);
    }