| Comments Methods |
The Comments type exposes the following members.
| Name | Description | |
|---|---|---|
| AssertIsAuthenticated |
Asserts if the user is authenticated.
(Inherited from InstagramApi.) | |
| Delete |
Remove a comment either on the authenticated user's media or authored by the authenticated user.
Requires Authentication: True Required Scope: comments | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Get |
Get a full list of comments on a media.
Requires Authentication: False Required Scope: comments | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Post |
Create a comment on a media. Please email apidevelopers[at]instagram.com for access.
Requires Authentication: True Required Scope: comments | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |