For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get

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

Task Parameters

Name
Description

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

Task Result

Name
Description

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...

Task Changelog

Changelog is not available for this Task.

Last updated

Was this helpful?