Frends.Facebook.Get / 1.1.1
Summary
Reads from the Facebook Graph API against a pinned API version, following the graph's reference-and-parameter addressing.
Typical use — pulling page or account data into a Process; the request Task is the one to reach for when writes are involved
Input class usually contains parameters that are required.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| 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. |