An FQL table that shows the association between a user or page and objects they tag.
| Name | Description |
|---|---|
| numeric string | The user ID of the user or Page who tagged one or more entities in a post |
| string | The ID of a post from the user's or Page's stream |
| numeric string | The users, Pages, events, and other Facebook objects that have been tagged in one or more posts |
To read the stream_tag table you need
access_token if the post containing the tag is public.read_stream [permissions][1] for all other posts visible to the current session user.