Click or drag to resize
RelationshipsFollowedBy Method (Int32)
Get the list of users this user is followed by.

Requires Authentication: False

Required scope: relationships

Namespace: InstaSharp.Endpoints
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Task<UsersResponse> FollowedBy(
	int userId
)

Parameters

userId
Type: SystemInt32
The id of the user to get the followers of.

Return Value

Type: TaskUsersResponse
Users response
See Also