I want to implement functionality to send app request to user’s friends.
I know we can do like this :
facebook.showDialog( "requests", { message = "You should download this game!", filter = "APP\_NON\_USERS" })
This code will open a facebook popup with list of user who has app not installed.
But to send request we have to select friends one by one on this popup.
I want to open a popup with already some friends selected in this popup like candy crush saga :
Please see attach image:
1561004106307.JPEG
Is this possible to open same popup in Corona plugin Facebook V4a ?
Can anyone help me to implement this popup please ?
Thank you.
Bhavin