FQL:page_fan
From Facebook Developer Wiki (FbDevWiki.com)
Query this table to return information about the fan of a Facebook Page. You can query this table without an auth_token or a session key.
Columns
Highlighted rows are indexable / searchable and one is usually required in the WHERE portion of the query.
Name | Type | Description |
---|---|---|
uid | int | The user ID for the fan of the Page being queried. |
page_id | int | The ID of the Page being queried. |
type | string | The type of Page being queried. |
created_time | time | The unix time when the user liked (aka 'fanned') this page |