I have a problem with apprequests and filter ['app_non_users']. Code:
window.fbAsyncInit = function() { FB.init({appId: '123', status: true, cookie: true, xfbml: true}); } function sendRequestViaMultiFriendSelector() { FB.ui({ method: 'apprequests', filters: ['app_non_users'], message: 'Hello there!' }, function callback(response) { if (response) {
And as you might have guessed, all friends are displayed on facebook (even those that are already using the application). Any suggestion?
Thanks!
source share