Facebook select all friends script not inviting?

obilex

Newbie
Joined
Feb 28, 2010
Messages
25
Reaction score
7
Hey so I just tried to use the

javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}

to select all my friends and invite them, but it never actually sent out the invites? It is only letting me suggest one person at a time, anyone know what the deal is?

I had a friend try it from the account as well and they had the same result. have I been "Cracked down on?"
 
I know, I used it yesterday and this morning as well, I cant think for the life of me why it isnt working for me now tho :/
 
yea, just tried chrome too, no dice. Is there some sort of suggest limit for accounts or something?

Tried it on another account and only went through to 68 of his 1000 friends, this is so aggrivating
 
Last edited:
Went back and did some testing and invited people by hand to see wha tthe max it would let me do, anything 50+ it wont actually send the requests, does anyone else look at the suggest friends list after they invited, to see if they are all greyed out?
 
i can confirm the 50 limit. I think fb just cracked down on these.
 
looks like we're back to the drawing board fellas
 
Is it so? I think it's working for me now! I hope it works still.
 
Still it is working loooollll. Check again.
 
I think it works, but it takes a long time to send out all the invites, i sent some from a test account last night, and i only just received the invite this morning.
 
yea, I JUST got my invites today, that scared the hell out of me haha, idk what I would do without that
 
It works for invites but i do not suggest you to put it to a page in info because i do it and they shoot me down twice.I believe that fb is on that and shoot down every new page that have that script and soon they going to make it not working!!
 
u can use this..
"javascript:elms=document.getElementById('friends') .getElementsByTagNam
e('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}"
 
After the FB change, I find it difficult to get used to it.

the following code might work:
"javascript:elms=document.getElementById('friends' ) .getElementsByTagNam
e('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}"
 
Since yesterday I already improved my hand muscles by clicking faces! It's great!
 
any else finding this code stopped working?? i used it for like a month leading up to this morning , doesnt seem to work for me now ..
 
Back
Top