Children
Updated: Jan 21, 2025
Copy for LLM
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.