An FQL table containing counts that show how users on Facebook are interacting with a given link.
| Name | Description |
|---|---|
click_count number | The number of times Facebook users have clicked a link to the page from a share or like |
comment_count number | The number of comments users have made on the shared story |
comments_fbid number | The object_id associated with comments plugin comments for this URL. This can be used to query for comments using the comment FQL table |
commentsbox_count number | The number of comments from a comments plugin on this URL. This only includestop level comments, not replies |
like_count number | The number of times Facebook users have "Liked" the page, or liked any comments or re-shares of this page |
normalized_url string | The normalized URL for the page being shared |
share_count number | The number of times users have shared the page on Facebook |
total_count number | The total number of times the URL has been shared, liked, or commented on |
| string | URL of the web page users can share |
To read the link_stat table you need
app access_token