well today i saw that i can't invite all of my friends to my page. I'm using this code to select all friends
Code works fine , it selects all friends , i hit send invitation button facebook shows that invitations are sent , but truly they are not . Anyone else experiencing this problem?
Code:
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}