FQL:link
From Facebook Developer Wiki (FbDevWiki.com)
Query this table to return the links the current user has posted.
Columns
Highlighted rows are indexable / searchable and one is usually required in the WHERE portion of the query.
Name | Type | Description |
---|---|---|
link_id | int | The unique identifier for the link. |
owner | int | The user ID for the user who posted the link. |
owner_comment | string | The comment the owner made about the link. |
created_time | time | The time the user posted the link. |
title | string | The title of the link, as taken from the site's title meta tag. |
summary | string | A summary of the link, as taken from the site's description meta tag. |
url | string | The actual URL for the link. |
image_urls | array | The URLs to the images associated with the link, as taken from the site's link tag. |