Facebook Event Invites

Status
Not open for further replies.

Vibin

Newbie
Joined
Dec 23, 2012
Messages
4
Reaction score
0
I need mass invites to be sent to a specific event on Facebook, can this be done or what?
 
Firefox Users:
Invite all Friends method.1) Go to your Event, click the ?Invite? button and scroll to the bottom of the window so you can see all your friends!

2) Click the Orange ?Firefox? Button on the top of your browser and go to ?We?
b developers?, then Click ?Web Console?. A new Window at the top will open.
3) Put the following code into the command line of the new window at the top:
javascript:function check_all_in_document(doc){var c=new Array();c=doc.getElementsByTagName(?input?);for(var i=0;i<c.length;i++){if(c.type==?checkbox?){c.click();}}}check_all_in_document(window.document);for(var j=0;j<window.frames.length;j++){check_all_in_document(window.frames[j].document);}


I copied this

 
There is a chrome extension for doing this , Google it
 
It a program to do this ? I want to invite person to event with a program(automatically), its possible ?

without google aps
 
Last edited by a moderator:
Vibin was last seen: Jan 15, 2013
 
Status
Not open for further replies.
Back
Top