Not saying that some people didn't invite all their friends, but they're all showing pictures with zero friends selected.
To select everyone on your friends list without having to click through them all enter this javascript into the address bar and hit enter. then all of your friends will be selected. then come back and show that you actually did invite all your friends.
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}