FQL:application
From Facebook Developer Wiki (FbDevWiki.com)
Query this table to return read-only properties about an application.
Columns
Highlighted rows are indexable / searchable and one is usually required in the WHERE portion of the query.
Name | Type | Description |
---|---|---|
app_id | int | The ID of the application being queried. |
api_key | string | The API key of the application being queried. |
|
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.
Note: Only one of company_name and developers will contain data, never both. |
developers | string | 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_users | int | The number of Facebook users who've used the application in the last day. (rounded by some algorithm) |
weekly_active_users | int | The number of Facebook users who've used the application in the last seven days. (rounded by some algorithm) |
monthly_active_users | int | The number of Facebook users who've used the application in the last 30 days. (rounded by some algorithm) |
category | string | The category the application can be found under. |
subcategory | string | The subcategory the application can be found under. |
is_facebook_app | boolean | true or false as to whether this app was made by Facebook
|
restriction_info | ||
app_domains | ||
auth_dialog_data_help_url | ||
auth_dialog_description | ||
auth_dialog_headline | ||
auth_dialog_perms_explanation | ||
auth_referral_user_perms | ||
auth_referral_friend_perms | ||
auth_referral_default_activity_privacy | ||
auth_referral_enabled | ||
auth_referral_extended_perms | ||
auth_referral_response_type | ||
canvas_fluid_height | ||
canvas_fluid_width | ||
canvas_url | ||
contact_email | ||
created_time | ||
creator_uid | ||
deauth_callback_url | ||
iphone_app_store_id | ||
hosting_url | ||
mobile_web_url | ||
page_tab_default_name | ||
page_tab_url | ||
privacy_policy_url | ||
secure_canvas_url | ||
secure_page_tab_url | ||
server_ip_whitelist | ||
social_discovery | ||
terms_of_service_url | ||
|
||
user_support_email | ||
user_support_url | ||
website_url | ||
android_native_url | ||
android_key_hash | ||
app_name | ||
app_type | ||
client_config | ||
configured_ios_sso | ||
ios_bundle_id | ||
ios_native_url | ||
ipad_app_store_id | ||
migration_status | ||
url_scheme_suffix | ||
supports_attribution | boolean |