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

apprequest

API Reference › FQL › apprequest

Description

An FQL table containing the requests sent via an app to a user.

Columns

NameDescription

app_id

number

The ID of the app used to send the request. Note when indexing by app_id, you must also specify the recipient_uid.

created_time

number

UNIX timestamp that indicates when the request was sent

data

string

Optional data passed with the request for tracking purposes

message

string

The message included with the request

recipient_uid

(number) or (StartNowHID)

The ID of the user who received the request. Note when indexing by recipient_uid, you must also specify the app_id.

request_id

(number) or (string)

The ID of an individual request

sender_uid

(number) or (StartNowHID)

The ID of the user who sent the request. This may be empty or not present for app-to-user requests made with the Graph API.

Examples

  • SELECT ... FROM apprequest WHERE request_id = A
  • SELECT ... FROM apprequest WHERE app_id = A
  • SELECT ... FROM apprequest WHERE recipient_uid = A
Note: Additional filters on other columns can be specified but they may make the query less efficient.

Permissions

To read the apprequest table you need:

  • any access_token to retrieve a particular request sent to the current session user
Facebook © 2013 · English (US)
AboutAdvertisingCareersPlatform PoliciesPrivacy Policy