Facebook Developers
DocsToolsSupportNewsApps
Log In
  • Social Plugins
  • Facebook Login
  • Open Graph
  • Facebook APIs
    • Graph API
    • FQL
    • Open Graph
    • Dialogs
    • Chat
    • Internationalization
    • Ads
  • Games
  • Payments
  • App Center
  • Promote Your App
  • iOS
  • Android
  • JavaScript
  • PHP
  • More SDKs
  • Tables
    • album
    • app_role
    • application
    • apprequest
    • checkin
    • comment
    • comments_info
    • connection
    • cookies
    • column
    • developer
    • domain
    • domain_admin
    • event
    • event_member
    • family
    • friend
    • friendlist
    • friendlist_member
    • friend_request
    • group
    • group_member
    • insights
    • like
    • link
    • link_image_src
    • link_stat
    • location_post
    • mailbox_folder
    • message
    • note
    • notification
    • object_url
    • offsite_conversion_event
    • page
    • page_admin
    • page_blocked_user
    • page_global_brand_child
    • page_fan
    • page_milestone
    • permissions
    • permissions_info
    • photo
    • photo_src
    • photo_tag
    • place
    • privacy
    • privacy_setting
    • profile
    • profile_tab
    • profile_view
    • question
    • question_option
    • question_option_votes
    • review
    • score
    • standard_friend_info
    • standard_user_info
    • status
    • stream
    • stream_filter
    • stream_tag
    • subscription
    • table
    • thread
    • translation
    • unified_message
    • unified_message_count
    • unified_message_sync
    • unified_thread
    • unified_thread_action
    • unified_thread_count
    • unified_thread_sync
    • url_like
    • user
    • video
    • video_tag

event_member

API Reference › FQL › event_member

Description

Contains the list of attendees for an event in FQL and can be queried by user or by event.

Columns

NameDescription

eid

id

The ID of the event being queried.

inviter

id

The user ID of the person who invited the user in the uid field.

inviter_type

string

The type of the object in the inviter field. Allowed values are: 'page' or 'user'

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.

start_time

string

An ISO-8601 string representing the starting date and (optionally) time of the event being queried. This is particularly useful as a WHERE filter to speed up your query when querying for one or more user's events. But it cannot be used when querying for users invited to a particular event. Note - before the 'Events Timezone' migration, this field was a timestamp. See 'Events Timezone Migration Note' above for more information.

uid

id

The user ID of the user for the event being queried.

Examples

  • SELECT ... FROM event_member WHERE uid = A
  • SELECT ... FROM event_member WHERE eid = A
  • SELECT ... FROM event_member WHERE eid = A AND uid = B
Note: Additional filters on other columns can be specified but they may make the query less efficient.

Permissions

To read the event_member table you need

  • A generic access_token for public events (those whose privacy is set to OPEN)
  • The user_events permission for non-public events or to see all events a user is attending
  • The friends_events permission for non-public events of the user's friends or to see all events your app's user's friends are attending
Facebook © 2013 · English (US)
AboutAdvertisingCareersPlatform PoliciesPrivacy Policy