public void InviteFacebook()
 {
     SoomlaProfile.Invite(
         Provider.FACEBOOK,                  // Provider
         "Let's use SOOMLA together!",       // Invitation message
         "SOOMLA Invitation",                // Dialog title
         "",                                 // Payload
         null                                // Reward
         );
 }