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

Get

This is task for reading data from Facebook API.

Task version: 1.1.1

Required Frends version: 5.1+

Required .NET version: 471, 6.0

Compatible Agents: Legacy, Crossplatform

Task Parameters

Name
Description

Reference : String

Gets or sets object id or reference. All reference types can be found from: https://developers.facebook.com/docs/graph-api/reference.

Default: 123456789 Example: 123456789, 123456789/insights

QueryParameters : String

Gets or sets query parameters.

Default: fields=name,id Example: metrics=id,name

ApiVersion : String

Gets or sets API version.

Default: 18.0 Example: 18.0

🗝AccessToken : String

Gets or sets authentication bearer token.

Default: BearerToken1234 Example: BearerToken1234

Name
Description

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

Task Result

Name
Description

Success : Boolean

Gets a value indicating whether GET call was executed successfully. Example: True.

Message : Object

Gets message from the interface. Example: Example of the output.

Task Changelog

Changelog is not available for this Task.

Last updated

Was this helpful?