Click or drag to resize
UsersFeed Method
See the authenticated user's feed.

Requires Authentication: True

Namespace: InstaSharp.Endpoints
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Task<MediasResponse> Feed(
	string maxId,
	string minId,
	Nullable<int> count
)

Parameters

maxId
Type: SystemString
The maximum identifier.
minId
Type: SystemString
The minimum identifier.
count
Type: SystemNullableInt32
The count.

Return Value

Type: TaskMediasResponse
Media Response
See Also