Is there a way with the Facebook Graph API to get a list of all events created by a single profile? Our client creates a bunch of events and we want to pull a list of them all.
The answer from zechdc is perfect but I just needed to add strtotime for the start_time to work.
$start_time = date('M j, Y \a\t g:i A', strtotime($key['start_time'])); $end_time = date('M j, Y \a\t g:i A', strtotime($key['end_time']));