Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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&center=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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.