In some users API response does not include "caption" tag. There is no problem when receiving REELS on these users.
Is anybody have same issue? If this error based on user activity, could some one give me what should I do?
Here is url example: 17841445065479590/stories?fields=id,comments_count,like_count,media_product_type,media_type,media_url,timestamp,caption
Here is example json form API:
{ "data": [ { "id": "...", "comments_count": 0, "like_count": 0, "media_product_type": "STORY", "media_type": "IMAGE", "media_url": "https://scontent.cdninstagram.com/v/...", "timestamp": "2024-01-15T10:23:49+0000" }, { "id": "...", "comments_count": 0, "like_count": 0, "media_product_type": "STORY", "media_type": "VIDEO", "media_url": "https://scontent.cdninstagram.com/o1/v...", "timestamp": "2024-01-15T10:19:32+0000" } ], "paging": { "cursors": { "before": "...", "after": "..." } } }