GriffonVult
Junior Member
- Mar 29, 2010
- 114
- 81
Yes, I've searched the forums before starting this thread.
Now, I'm not really trying to make $$ off facebook but I got some accounts with a few thousand friends that I'd like to invite them to a page.
I used this code: javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
Although it selects all friends, but doesn't seem to be really inviting all friends.
I've heard that facebook set a limit on how many you can invite (per day I think) which is 50..
So I'd like to know what's going on... How am I supposed to invite them friends to a page? Should I do it manually (since the code isn't functioning)... or that wouldn't matter since they REALLY put a limit on inviting friends??
Thanks
Now, I'm not really trying to make $$ off facebook but I got some accounts with a few thousand friends that I'd like to invite them to a page.
I used this code: javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
Although it selects all friends, but doesn't seem to be really inviting all friends.
I've heard that facebook set a limit on how many you can invite (per day I think) which is 50..
So I'd like to know what's going on... How am I supposed to invite them friends to a page? Should I do it manually (since the code isn't functioning)... or that wouldn't matter since they REALLY put a limit on inviting friends??
Thanks