I need to send invitation to my friends in facebook and save in app data about who was invited. I tried to do it by default Facebook dialog like this:
WebDialog requestsDialog = (
new WebDialog.RequestsDialogBuilder(activity,
Session.getActiveSession(),
params))
.setOnCompleteListener(new WebDialog.OnCompleteListener() {
But I cannot get list of friends who was invited.
Can I get a list of people invited? or is there another way to make an invitation?