Click or drag to resize
RelationshipsRequestedBy Method
List the users who have requested this user's permission to follow.

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> RequestedBy()

Return Value

Type: TaskUsersResponse
Users response
See Also