FQL:permissions_info
From Facebook Developer Wiki (FbDevWiki.com)
Query this table to return more descriptive information about extended permissions.
Columns
Highlighted rows are indexable / searchable and one is usually required in the WHERE portion of the query.
| Name | Type | Description |
|---|---|---|
| permission_name | string | The name of the extended permission. |
| header | string | A descriptive header for the extended permission. |
| summary | string | A longer description of the permission. |
Examples
SELECT header,summary FROM permissions_info WHERE permission_name="email"