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.