Skip to content

Commit

Permalink
docs: update API response reference link
Browse files Browse the repository at this point in the history
  • Loading branch information
jasper-clarke committed Jan 27, 2025
1 parent 33b5ec3 commit ccb2b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ You can use the following templating tags:

## Accessing the Instagram API response

The [raw data object](https://developers.facebook.com/docs/instagram-basic-display-api/reference/media/) returned by Instagram, plus any attributes you add using the `transform` function are accessible via the `model` tag. eg: `{{model.id}}` returns the post's ID.
The [raw data object](https://developers.facebook.com/docs/instagram-platform/reference/instagram-media#fields) returned by Instagram, plus any attributes you add using the `transform` function are accessible via the `model` tag. eg: `{{model.id}}` returns the post's ID.

The fields currently available are:

Expand Down

0 comments on commit ccb2b0c

Please sign in to comment.