I am building a small board game for Facebook, and I need a way to send an app request to only one friend. I will use
FB.ui({method: 'apprequests', to: '1234', message: 'A request especially for one person.', data: 'tracking information for the user'});
But I need a way for the user to select a friend an only one from his list. Is there a way to pop the friend-selector and restrict the maximum selection to 1?