Facebook Developers
DocumentationSupportBlogAppsLog In
  • Getting Started
  • Core Concepts
  • Advanced Topics
    • Dialogs
    • FQL
    • Internationalization
    • Ads API
    • Credits
    • Chat API
    • Legacy REST API
    • Legacy FBML
    • Legacy FBJS
    • Legacy Javascript SDK
  • SDK Reference
  • Tools
  • Tables
    • album
    • application
    • apprequest
    • checkin
    • comment
    • comments_info
    • connection
    • cookies
    • developer
    • domain
    • domain_admin
    • event
    • event_member
    • family
    • friend
    • friend_request
    • friendlist
    • friendlist_member
    • group
    • group_member
    • insights
    • like
    • link
    • link_stat
    • location_post
    • mailbox_folder
    • message
    • note
    • notification
    • object_url
    • offer
    • page
    • page_admin
    • page_blocked_user
    • page_fan
    • page_milestone
    • permissions
    • permissions_info
    • photo
    • photo_src
    • photo_tag
    • place
    • privacy
    • privacy_setting
    • profile
    • profile_view
    • question
    • question_option
    • question_option_votes
    • review
    • standard_friend_info
    • standard_user_info
    • status
    • stream
    • stream_filter
    • stream_tag
    • subscription
    • thread
    • translation
    • unified_message
    • unified_thread
    • unified_thread_action
    • unified_thread_count
    • url_like
    • user
    • video
    • video_tag

application

Advanced Topics › FQL › application

An application as represented in FQL.

To read the application table you need

  • no access_token for all publicly available properties (indicated in the table below).
  • an app access_token for all properties for that app.

Columns

IndexableNameTypeDescription
*app_idint

The ID of the application being queried.

*api_keystring

The API key of the application being queried.

*canvas_namestring

The string appended to apps.facebook.com/ to navigate to the application's canvas page.

display_namestring

The name of the application.

icon_urlstring

The URL identifying the application's icon image.

logo_urlstring

The URL identifying the application's logo image.

company_namestring

The name of the company that built the application.
Note: Only one of company_name and developers will contain data, never both.

developersstring

A list of records, where each record identifies a Facebook user who is marked as a developer of the application.
Note: Only one of company_name and developers will contain data, never both.

description string

The description of the application, as provided by the developer.

daily_active_usersstring

The number of Facebook users who've used the application in the last day.

weekly_active_usersstring

The number of Facebook users who've used the application in the last seven days.

monthly_active_usersstring

The number of Facebook users who've used the application in the last 30 days.

categorystring

The category the application can be found under.

subcategorystring

The subcategory the application can be found under.

is_facebook_appbooelean

Whether or not the application is natively developed by Facebook.

restriction_infoobject

Returns demographic restrictions for the app in a object with zero or more of the following fields: type, location, age, and age_distr. See restrictions field on the Graph API Application object for more information.

app_domainsarray

Domains and subdomains this app can use. App access_token required.

auth_dialog_data_help_urlstring

The URL of a special landing page that helps users of an app begin publishing Open Graph activity. App access_token required.

auth_dialog_descriptionstring

The description of an app that appears in the Auth Dialog. App access_token required.

auth_dialog_headlinestring

One line description of an app that appears in the Auth Dialog. App access_token required; only returned if specifically requested via the fields URL parameter. string

auth_dialog_perms_explanationstring

The text to explain why an app needs additional permissions that appears in the Auth Dialog. App access_token required.

auth_referral_user_permsarray

Basic user permissions that a user must grant when Authenticated Referrals are enabled. App access_token required.

auth_referral_friend_permsarray

Basic friends permissions that a user must grant when Authenticated Referrals are enabled. App access_token required.

auth_referral_default_activity_privacystring

The default privacy setting selected for Open Graph activities in the Auth Dialog. App access_token required; only returned if specifically requested via the fields URL parameter. string which is one of, SELF, EVERYONE, ALL_FRIENDS or NONE.

auth_referral_enabledbool

Indicates whether Authenticated Referrals are enabled. App access_token required.

auth_referral_extended_permsarray

Extended permissions that a user can choose to grant when Authenticated Referrals are enabled. App access_token required.

auth_referral_response_typestring

The format that an app receives the Auth token from the Auth Dialog in. App access_token required; only returned if specifically requested via the fields URL parameter. string which is one of, code or token.

canvas_fluid_heightbool

Indicates whether app uses fluid or settable height values for Canvas. App access_token required.

canvas_fluid_widthbool

Indicates whether app uses fluid or fixed width values for Canvas. App access_token required.

canvas_urlstring

The non-secure URL from which Canvas app content is loaded. App access_token required.

contact_emailstring

Email address listed for users to contact developers. App access_token required.

created_timeint

Unix timestamp that indicates when the app was created. App access_token required.

creator_uidint

User ID of the creator of this app. App access_token required.

deauth_callback_urlstring

URL that is pinged whenever a user removes the app. App access_token required.

iphone_app_store_idstring

ID of the app in the iPhone App Store. App access_token required.

hosting_urlstring

Webspace created with one of our hosting partners for this app. App access_token required.

mobile_web_urlstring

URL to which Mobile users will be directed when using the app. App access_token required.

page_tab_default_namestring

The title of the app when used in a Page Tab. App access_token required.

page_tab_urlstring

The non-secure URL from which Page Tab app content is loaded. App access_token required.

privacy_policy_urlstring

The URL that links to a Privacy Policy for the app. App access_token required.

secure_canvas_urlstring

The secure URL from which Canvas app content is loaded. App access_token required.

secure_page_tab_urlstring

The secure URL from which Page Tab app content is loaded. App access_token required.

server_ip_whiteliststring

App requests must originate from this comma-separated list of IP addresses. App access_token required.

social_discoverybool

Indicates whether app usage stories show up in the Ticker or News Feed. App access_token required.

terms_of_service_urlstring

URL to Terms of Service which is linked to in Auth Dialog. App access_token required.

update_ip_whiteliststring

App settings changes can only be made from an IP address in this comma-separated list. App access_token required.

user_support_emailstring

Main contact email for this app. App access_token required.

user_support_urlstring

URL of support for users of an app shown in Canvas footer. App access_token required.

website_urlstring

URL of a website that integrates with this app. App access_token required.

Updated about 5 months ago
Facebook © 2012 · English (US)
AboutCareersPlatform PoliciesPrivacy Policy