So my goal is it to develop a application that lists all recent events in your town. To make this easy for the organizers and myself I figured that i could eventually search for all upcoming events on facebook in a certain area.
So I did a search on how to search facebook for events in a certain area and came up with this:
https://graph.facebook.com/search?q=*&type=event¢er=48.778365,9.18251&distance=1000&access_token=MYACCESSTOKENYOUWONTGETSMILY
Now the problem is, based on my observations, that i only get events delivered that are in some way connected too my private facebook account, which makes this attempt a failure.
So again, i want to search facebook for certain events in my area WITHOUT interfering of my private facebook account. Neither do i want the organizers to give my access to their events graph. So is there a way to do this?