Click or drag to resize
RelationshipsFollows Method
Get the list of users this user follows.

Requires Authentication: True

Required scope: relationships

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

Return Value

Type: TaskUsersResponse
UsersResponse
See Also