@OverRide
public void sendInvite(Context context) {
super.sendInvite(context);
Toast.makeText(context, "TODO: TODO: Implement social sending", Toast.LENGTH_SHORT).show();
}
In the function, how to share the data to a specific application on the device? like facebook.