A user connection, friend of Facebook Page, as represented in FQL. These connections represent all the entities whose streams the specified user can consume. This table is primarily relevant for reconstructing the user's News Feed
| Name | Description |
|---|---|
is_following bool | Indicates whether the source is connected to the target Page (for example, if the source is a supporter or fan). Will be false if the user has hidden the friend or target's news feed. |
| id | The ID of the user, the source of the connection. |
target_id id | The target(s) of the connection. The ID of the friend or Facebook Page with whom the specified user is either a friend or fan/supporter. |
target_type string | Indicates whether the target is a user or a page. |
To read the connection table you need
access_token with the read_stream extended permission.