Get
This is Task for reading data from Instagram API.
Last updated
Was this helpful?
This is Task for reading data from Instagram API.
Task version: 1.2.0
Required Frends version: 5.1+
Required .NET version: 471, 6.0
Compatible Agents: Legacy, Crossplatform
ObjectId : String
Gets or sets object ID of the reference.
Default: -
Example: 123456789
References : String
Gets or sets references.
All reference types can be found from: https://developers.facebook.com/docs/instagram-api/reference
Default: -
Example: /accounts ?fields=foo&metric=bar /ig_hashtag_search?user_id={user-id}&q={q}
ApiVersion : String
Gets or sets API version.
Default: 18.0
Example: 18.0
🗝AccessToken : String
Gets or sets access token.
Default: -
Example: abc123
ThrowErrorOnFailure : Boolean
Gets or sets a value indicating whether error should throw an exception (true) or stop the Task and return result object containing Result.Success = false and Result.ErrorMessage = 'exception message' (false).
Default: True
Example: true
Success : Boolean
Gets a value indicating whether GET call was executed successfully.
Example: true
Data : Object
Gets GET request data.
Example: Example of the output.
ErrorMessage : String
Gets error message.
Example: An error occured...
Changelog is not available for this Task.
Last updated
Was this helpful?
Was this helpful?

