Frends.Instagram.Get / 1.2.0
Summary
Reads from the Instagram Graph API against a pinned API version, addressing an object and the references hanging off it.
Typical use — pulling media and account metrics into a Process; the request Task covers anything beyond reading
Input class usually contains parameters that are required.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| ObjectId | String |
– | 123456789 |
Gets or sets object ID of the reference. |
| References | String |
– |
/accounts
?fields=foo&metric=bar
/ig_hashtag_search?user_id={user-id}&q={q}
|
Gets or sets references. All reference types can be found from: https://developers.facebook.com/docs/instagram-api/reference |
| ApiVersion | String |
18.0 |
18.0 |
Gets or sets API version. |
| AccessTokenSecret | String |
– | abc123 |
Gets or sets access token. |