Is there any way to search public objects by their fields? For example:
https://graph.facebook.com/search?q=conference&type=event&fields=venue
Will get me all events matching conference and show their locations. Is there a way to filter for events in San Francisco?
I've tried something like:
but it doesn't seem to have any effect.