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.

I use the following FQL statement but it does not seem to work

SELECT post_id, actor_id, target_id, message FROM stream WHERE source_id IN 
  (SELECT eid FROM event_member WHERE uid = me() AND rsvp_status = "attending")

Particularly an FQL equivalent to this Graph api request

me/events?fields=feed

share|improve this question
They seem equivalent to me. Please clarify what you think is missing. – cpilko Oct 18 '12 at 18:38
When i test it I get only response for a specific event that I attend. if i ommt the rsvp_stautus i get also response for another event. All these are very strange. Maybe i think i have to put some extra parameters – dimischris Oct 19 '12 at 5:44

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.