You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/usage.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ You can use the following templating tags:
58
58
59
59
## Accessing the Instagram API response
60
60
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.
0 commit comments