I can access the events info for a page.
$events = $facebook->api('myPage/events?access_token=mytokenhere');
I've tried:
$events = $facebook->api('myPage/pe?access_token=mytokenhere');
Which seemed the obvious choice but it returns a fatal.
I cannot find any mention of PAST events in the 'documentation'. Does this mean it is not (currently) possible?