Links
From source FID
Fetch a list of users that a user is following.
GET
Authorizations
API key to authorize requests
Query Parameters
The FID of the link's originator
Required range:
x >= 1
Example:
1
Defines the type of social connection between users.
- follow: Establishes a following relationship where the user will receive updates from the target user in their feed
Available options:
follow
Example:
"follow"
Maximum number of messages to return in a single response
Reverse the sort order, returning latest messages first
The page token returned by the previous query, to fetch the next page. If this parameter is empty, fetch the first page
Response
200
application/json
The requested Links.
The response is of type object
.