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

Request

This is task for reading data from Facebook API.

Task version: 1.1.0

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

Method : Methods

Gets or sets the HTTP Method to be used with the request.

Possible values:

  • GET: Gets or sets the HTTP Method to be used with the request.

  • POST: Gets or sets the HTTP Method to be used with the request.

  • PUT: Gets or sets the HTTP Method to be used with the request.

  • PATCH: Gets or sets the HTTP Method to be used with the request.

  • DELETE: Gets or sets the HTTP Method to be used with the request.

  • HEAD: Gets or sets the HTTP Method to be used with the request.

  • OPTIONS: Gets or sets the HTTP Method to be used with the request.

  • CONNECT: Gets or sets the HTTP Method to be used with the request.

Default: 0 Example: Methods.GET

Message : String

Gets or sets the message text to be sent with the request.

Default: - Example: { "Body": "Message" }

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

Task Result

Name
Description

Statuscode : Int32

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

Message : Object

Gets message from the interface. Example: { "id": 123456789, "name": "UserName" }

Task Changelog

Changelog for Task Frends.Facebook.Request.

[1.1.0] - 2025-02-17

Changed

  • Update package System.ComponentModel.Annotations from 4.7.0 to 5.0.0

  • Update package System.Runtime.Caching from 8.0.0 to 9.0.3

[1.0.0] - 2023-12-21

Changed

  • Initial implementation

Last updated

Was this helpful?