FQL:page
From Facebook Developer Wiki (FbDevWiki.com)
Query this table to return information about a Facebook Page. The information returned by the query depends on whether the auth_token or session_key parameter is passed during the call to fql.query (or fql.multiquery):
When the auth_token or session_key parameter is not passed, you can get public information, or information about public pages. The uid parameter is not even considered. When the auth_token or session_key parameter is passed, you can get information the application user is authorized to see, and information about pages that have added the application.
Columns
Highlighted rows are indexable / searchable and one is usually required in the WHERE portion of the query.
| Name | Type | Description |
|---|---|---|
| page_id | int | The ID of the Page being queried. |
| name | string | The name of the Page being queried. |
| pic_small | string | The URL to the small-sized picture for the Page being queried. The image can have a maximum width of 50px and a maximum height of 150px. This URL may be blank. |
| pic_big | string | The URL to the large-sized profile picture for the Page being queried. The image can have a maximum width of 200px and a maximum height of 600px. This URL may be blank. |
| pic_square | string | The URL to the square profile picture for the Page being queried. The image can have a maximum width and height of 50px. This URL may be blank. |
| pic | string | The URL to the medium-sized profile picture for the Page being queried. The image can have a maximum width of 100px and a maximum height of 300px. This URL may be blank. |
| pic_large | string | The URL to the largest-sized profile picture for the Page being queried. The image can have a maximum width of 396px and a maximum height of 1188px. This URL may be blank. |
| page_url | string | The profile URL for the Page being queried. If the Page admin specified a username for the Page, page_url contains the username. |
| type | string | The type of Page being queried. |
| website | string | The URL to the Web site of of the Page being queried. |
| has_added_app | bool | Indicates whether a calling application has been added by the Page being queried. |
| founded | string | The date when the subject of the Page being queried was founded. This field may be blank. |
| company_overview | string | Summary of the subject of the Page being queried. This field may be blank. |
| mission | string | The mission statement of the organization that is the subject of the Page being queried. This field may be blank. |
| products | string | The products offered by the company on the Page being queried. This field may be blank. |
| location | string | The location of the Page being queried, including the street, city, state, country and zip (or post code). Some of the fields may be blank. |
| parking | string | The type of parking available at the location of the Page being queried. |
| public_transit | string | The type of public transportation available near the location of the Page being queried. This field may be blank. |
| hours | string | The hours of operation for the Page being queried. |