I used to have an href in my website. When users clicked on it, a multi-friend selector showed so they could invite their friends to my website.
That was done u
Just in case that someone need help with application request and friend invitation here is facebook docs about that: http://developers.facebook.com/docs/reference/dialogs/requests/ and piece of code that you need is:
FB.ui({method: 'apprequests', message: 'A request especially for one person.', data: 'tracking information for the user'});