Facebook

Frends.Facebook.Request / 1.1.0

Summary

Sends a request of any supported method to the Facebook Graph API and returns the response with its status code, so writes are in scope as well as reads.

Typical use — anything beyond reading, and the fallback when the read Task's shape does not fit the endpoint

Details

Frends version
5.5 and newer
Agent
Crossplatform
Target framework
net6.0

Input class usually contains parameters that are required.

Name Type Default Example Description
Method Methods GET Methods.GET

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

Possible values:

  • GET: GET Request.

  • POST: POST Request.

  • PUT: PUT Request.

  • PATCH: PATCH Request.

  • DELETE: DELETE Request.

  • HEAD: HEAD Request.

  • OPTIONS: OPTIONS Request.

  • CONNECT: CONNECT Request.

Message String { "Body": "Message" }

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

Reference String 123456789 123456789, 123456789/insights

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

QueryParameters String fields=name,id metrics=id,name

Gets or sets query parameters.

ApiVersion String 18.0 18.0

Gets or sets API version.

AccessTokenSecret String BearerToken1234 BearerToken1234

Gets or sets authentication bearer token.

An unhandled error has occurred. Reload 🗙