Children
Updated: Aug 12, 2026
Copy for LLM
The
media_url field is omitted for video media that contains copyrighted or licensed audio, including audio added from the Instagram audio library, or that has been flagged for a copyright violation. This applies to all video media, including media the app user owns. It is also omitted for reels whose owner has turned off reel downloads, on requests that read another user’s media: business discovery, tags, mentions, hashtag search, and collaborative media. That condition is evaluated against the reel’s owner, so it can apply to a reel the app user co-authored. All other fields are returned as normal. See IG Media for details.Requirements
| Instagram AP with Instagram Loging | Instagram API with Facebook Login | |
|---|---|---|
Access Tokens |
| |
Host URL | graph.instagram.com | graph.facebook.com |
Login Type | Business Login for Instagram | Facebook Login for Business |
|
If the app user was granted a role via the Business Manager on the Page connected to the targeted IG User, you will also need one of:
|
Creating
This operation is not supported.
Reading
Getting Child Media Objects
GET /<IG_MEDIA_ID>/childrenLimitations
- Some fields, such as
permalink, cannot be used on photos within albums (children).
Sample Request
GET graph.facebook.com
/17896450804038745/children
Sample Response
{
"data": [
{
"id": "17880997618081620"
},
{
"id": "17871527143187462"
}
]
}
Updating
This operation is not supported.
Deleting
This operation is not supported.