Click or drag to resize
Comments Methods

The Comments type exposes the following members.

Methods
  NameDescription
Protected methodAssertIsAuthenticated
Asserts if the user is authenticated.
(Inherited from InstagramApi.)
Public methodDelete
Remove a comment either on the authenticated user's media or authored by the authenticated user.

Requires Authentication: True

Required Scope: comments
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 a full list of comments on a media.

Requires Authentication: False

Required Scope: comments
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPost
Create a comment on a media. Please email apidevelopers[at]instagram.com for access.

Requires Authentication: True

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