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.

when i run this simple query:

SELECT eid FROM event_member WHERE uid = MY_FRIEND_UID

in the test query console /), I always get back an empty result set.However, if I replace **MY_FRIEND_ID** with me(), I get back my list of events.

My app is set to allow user_events and friends_events, so here is my question: Is it possible to query the event_member by uid, given the uid is one of my friends? if yes, why this query is not working?

thx!

share|improve this question
nobody? really? – goane Dec 6 '11 at 20:11

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.