Click or drag to resize
Users Methods

The Users type exposes the following members.

Methods
  NameDescription
Protected methodAssertIsAuthenticated
Asserts if the user is authenticated.
(Inherited from InstagramApi.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFeed
See the authenticated user's feed.

Requires Authentication: True

Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGet
Get information about authenticated user.

Requires Authentication: True

Public methodGet(String)
Get information about a user.

Requires Authentication: False

Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSelf
Get information about authenticated user.

Requires Authentication: True

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLiked
See the authenticated user's list of media they've liked. Note that this list is ordered by the order in which the user liked the media. Private media is returned as long as the authenticated user has permission to view that media. Liked media lists are only available for the currently authenticated user.

Requires Authentication: True

Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRecent(String)
Get the most recent media published by a user.

Requires Authentication: False

Public methodRecent(String, String, String, NullableInt32, NullableDateTime, NullableDateTime)
Get the most recent media published by a user.

Requires Authentication: False

Public methodRecentSelf
Get the most recent media published by the logged in user.

Requires Authentication: True

Public methodRecentSelf(String, String, NullableInt32, NullableDateTime, NullableDateTime)
Get the most recent media published by the logged in user.

Requires Authentication: True

Public methodSearch
Search for a user by name.

Requires Authentication: False

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also