An application as represented in FQL.
To read the application table you need
access_token for all publicly available properties (indicated in the table below).access_token for all properties for that app.| Indexable | Name | Type | Description |
|---|---|---|---|
| * | app_id | int | The ID of the application being queried. |
| * | api_key | string | The API key of the application being queried. |
| * | canvas_name | string | The string appended to apps.facebook.com/ to navigate to the application's canvas page. |
| display_name | string | The name of the application. | |
| icon_url | string | The URL identifying the application's icon image. | |
| logo_url | string | The URL identifying the application's logo image. | |
| company_name | string | The name of the company that built the application. | |
| developers | string | A list of records, where each record identifies a Facebook user who is marked as a developer of the application. | |
| description | string | The description of the application, as provided by the developer. | |
| daily_active_users | string | The number of Facebook users who've used the application in the last day. | |
| weekly_active_users | string | The number of Facebook users who've used the application in the last seven days. | |
| monthly_active_users | string | The number of Facebook users who've used the application in the last 30 days. | |
| category | string | The category the application can be found under. | |
| subcategory | string | The subcategory the application can be found under. | |
| is_facebook_app | booelean | Whether or not the application is natively developed by Facebook. | |
| restriction_info | object | Returns demographic restrictions for the app in a object with zero or more of the following fields: | |
| app_domains | array | Domains and subdomains this app can use. App | |
| auth_dialog_data_help_url | string | The URL of a special landing page that helps users of an app begin publishing Open Graph activity. App | |
| auth_dialog_description | string | The description of an app that appears in the Auth Dialog. App | |
| auth_dialog_headline | string | One line description of an app that appears in the Auth Dialog. App | |
| auth_dialog_perms_explanation | string | The text to explain why an app needs additional permissions that appears in the Auth Dialog. App | |
| auth_referral_user_perms | array | Basic user permissions that a user must grant when Authenticated Referrals are enabled. App | |
| auth_referral_friend_perms | array | Basic friends permissions that a user must grant when Authenticated Referrals are enabled. App | |
| auth_referral_default_activity_privacy | string | The default privacy setting selected for Open Graph activities in the Auth Dialog. App | |
| auth_referral_enabled | bool | Indicates whether Authenticated Referrals are enabled. App | |
| auth_referral_extended_perms | array | Extended permissions that a user can choose to grant when Authenticated Referrals are enabled. App | |
| auth_referral_response_type | string | The format that an app receives the Auth token from the Auth Dialog in. App | |
| canvas_fluid_height | bool | Indicates whether app uses fluid or settable height values for Canvas. App | |
| canvas_fluid_width | bool | Indicates whether app uses fluid or fixed width values for Canvas. App | |
| canvas_url | string | The non-secure URL from which Canvas app content is loaded. App | |
| contact_email | string | Email address listed for users to contact developers. App | |
| created_time | int | Unix timestamp that indicates when the app was created. App | |
| creator_uid | int | User ID of the creator of this app. App | |
| deauth_callback_url | string | URL that is pinged whenever a user removes the app. App | |
| iphone_app_store_id | string | ID of the app in the iPhone App Store. App | |
| hosting_url | string | Webspace created with one of our hosting partners for this app. App | |
| mobile_web_url | string | URL to which Mobile users will be directed when using the app. App | |
| page_tab_default_name | string | The title of the app when used in a Page Tab. App | |
| page_tab_url | string | The non-secure URL from which Page Tab app content is loaded. App | |
| privacy_policy_url | string | The URL that links to a Privacy Policy for the app. App | |
| secure_canvas_url | string | The secure URL from which Canvas app content is loaded. App | |
| secure_page_tab_url | string | The secure URL from which Page Tab app content is loaded. App | |
| server_ip_whitelist | string | App requests must originate from this comma-separated list of IP addresses. App | |
| social_discovery | bool | Indicates whether app usage stories show up in the Ticker or News Feed. App | |
| terms_of_service_url | string | URL to Terms of Service which is linked to in Auth Dialog. App | |
| update_ip_whitelist | string | App settings changes can only be made from an IP address in this comma-separated list. App | |
| user_support_email | string | Main contact email for this app. App | |
| user_support_url | string | URL of support for users of an app shown in Canvas footer. App | |
| website_url | string | URL of a website that integrates with this app. App |