Frends.Instagram.Request / 1.1.0
Summary
Sends a request of any supported method to the Instagram Graph API and returns the response with its status code.
Typical use — writes, and the fallback when the read Task's shape does not fit the endpoint
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:
|
| 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/instagram-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. |