FQL:event_member
From Facebook Developer Wiki (FbDevWiki.com)
Query this table to return information about a user's status for an event.
Columns
Highlighted rows are indexable / searchable and one is usually required in the WHERE portion of the query.
Name | Type | Description |
---|---|---|
uid | int | The user ID of the user for the event being queried. |
eid | int | The ID of the event being queried. |
rsvp_status | string | The reply status of the user for the event being queried. There are four possible return values: attending , unsure , declined , and not_replied .
|
Notes
When querying for events by users, up to 1200 events can be returned for each rsvp_status
.