| RelationshipsFollows Method (Int32) |
Get the list of users this user follows.
Requires Authentication: False
Required scope: relationships
Namespace: InstaSharp.EndpointsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Task<UsersResponse> Follows(
int userId
)
Public Function Follows (
userId As Integer
) As Task(Of UsersResponse)
public:
Task<UsersResponse^>^ Follows(
int userId
)
member Follows :
userId : int -> Task<UsersResponse>
Parameters
- userId
- Type: SystemInt32
The list of users that this user id is following.
Return Value
Type:
TaskUsersResponseUsersResponse
See Also