Does "Suggest to Friends" Code Still Work?

xxf8xx

Supreme Member
Joined
Nov 30, 2009
Messages
1,322
Reaction score
605
Hi I have been searching for hours on end trying to find working code. I may end up just teaching it to myself. I cannot seem to get the suggest to friends box to work no matter what I do. I have managed to get it to come up but it limits the user to inviting only 8 friends. I am not asking for the code, I just want to know if working code does exist lol. Also, I tried using the old javascript code on the suggest to friends link that is on the wall section of my page and it did not work. Does that code still work?

Thanks
 
Well what about that Haiti page that's been floating around? It has a select all friends button as well, so it must be possible.
 
Are you talking about the javascript code to sugggest to friends in Facebook? It works for me but only in Chrome, not FF or IE. If you are not talking about Facebook then forget my post!

javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
 
Here's the page. I just realized it's an app.

Code:
http://apps.facebook.com/help_haiti_now/?auth_token=1d11f694124d30de48a845bcb1cf82d1&installed=1
 
So if I want to make an app like this, do I have to code it in a language other than fbml? I have some experience with java. Also how does it work so that you don't have to allow the app? The page for the app just loads like that.
 
I was talking about the one where you go to wall and click suggest to friends, enter a code and it selects all ...
 
Back
Top