0

In our mobile game we have list of Facebook friends who already play it or are invitable_friends. Invitable friends have invite buttons next to them.

After pressing invite button Facebook invite dialog is showing up. This adds additional clicks for users and might disturb them.

Is there any workaround to send Game Request to selected users without Facebook dialog?

P.S. I have read about FBFrictionlessRecipientCache, but as I understand, it works only if a user clicks its selector checkbook on invite dialog. This isn't solution for us.

Ghelle
  • 67
  • 8
  • You can specify the recipients beforehand using the `to` parameter of the dialog, but that’s it – the user will still have to confirm the request by submitting the dialog. – CBroe Jul 20 '15 at 15:06
  • Thanks @CBroe. Sadly, that's true :/ and that is the reason why I'm asking the question. – Ghelle Jul 20 '15 at 15:56
  • Yeah that's by design to not send requests without dialog unless they have selected the frictionless option. – Shireesh Asthana Jul 24 '15 at 06:51

0 Answers0