A python script to invite all your friends on Facebook to an event using Graph API
The script takes 2 arguments. 1) Your Graph API access key 2) The event id
You can get your Graph API access key from here:
https://developers.facebook.com/tools/explorer
The event id will be on the URL of your event page.
Run the script as: eg: $python fb_event_invite.py ABC1213213 989892323
where ABC1213213 is your Access key and 989892323 is your event id