Skip to content

Commit ccb2b0c

Browse files
committed
docs: update API response reference link
1 parent 33b5ec3 commit ccb2b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can use the following templating tags:
5858

5959
## Accessing the Instagram API response
6060

61-
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.
61+
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.
6262

6363
The fields currently available are:
6464

0 commit comments

Comments
 (0)