سؤال

Currently, Facebook's Graph API for Events (https://graph.facebook.com/me/events) does not return all events I'm invited to. It only returns those that I've said maybe, attending, or no to.

Am I missing something? Is there anyway around this? (perhaps using FQL or some other clever way)

Thanks

هل كانت مفيدة؟

المحلول

Use the event_member table with user_events permission

SELECT eid,rsvp_status FROM event_member WHERE uid=me()

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top