I am trying to get only those facebook events that haven't expired yet(Upcoming events).
When i use the following query i get all the events including those that have expired long ago.
FBRequestConnection startWithGraphPath:@"/me/events"
parameters:nil
HTTPMethod:@"GET"