An FQL table that can be used to return a list of a user's subscribers or subscribees (someone who subscribes to a user)
| Name | Description |
|---|---|
| id | The user ID of the subscribed-to user in a particular subscription link |
subscribed_id_cursor string | A cursor used to paginate through a query indexed on the subscribed_id |
| id | The user ID of the subscribing user in a particular subscription link |
subscriber_id_cursor string | A cursor used to paginate through a query indexed on the subscriber_id |
To read the subscription table you need
access_token with the user_subscriptions or friends_subscriptions permission depending on if you're checking for subscriptions for the current user or one of their friends.