FQL:object_url
From Facebook Developer Wiki (FbDevWiki.com)
Query this table to return information about a URL in the Open Graph. You can query this table without an auth_token (or session_key).
Columns
Highlighted rows are indexable / searchable and one is usually required in the WHERE portion of the query.
Name | Type | Description |
---|---|---|
url | string | The URL for the webpage being queried |
id | int | The ID of the Graph object represented by the URL |
type | string | The type of object the URL represents (note: 'Page' incorporates any URL with an 'og:type' specified) |
site | string | The normalized domain name the URL is on |