Project Description:
Using the Facebook graph api and either php or python perform a query to return a list of all the public Facebook events happening on a specific date in a specific area (zip code and a radius of miles).
Parse the results to store in a mysql db. Fields would be event_date, event_time, event_name, address, event_url, image_url.