I'm using this method in order to allow the end user to invite friends:
FB.ui({method: 'apprequests', message: 'app message!', data:'tracking information for the user'});
The user is prompted with a facebook dialog in which he can choose to invite:
Or in a brief image:
I don't want the end user to have a choice here, only prompt the third option - those that don't have the app.
Can someone point me to the right direction on this? I'm using php + facebook's php sdk.
FB.ui({method: 'apprequests', message: 'app message!',filters:'app_non_users' data:'tracking information for the user'});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With