Facebook Graph API: Get Events by Venue
facebook, facebook-fql, facebook-graph-api
Solution
Unfortunately you are right. The only way forward being to filter all the events by venue.
Problem
Is there a way to query all the events for a specific venue? I noticed that there is no such entity Venue - it is a structure inside the event object. Assuming there isn't, what do you think about the following solution? - Query all the events in the proximity of the Venue (I got the venue coordinates) - Filter all events that do not match the Venue ID. Thanks!