Hi there!
I'm running into a problem where the like_count field is returning 0 every time, even though I've liked the Instagram story a few times to test it. Here's the request I'm using:
curl -i -X GET \ "https://graph.facebook.com/v20.0/{ig-story-id}?fields=id%2Clike_count%2Cmedia_type%2Ctimestamp%2Cusername&access_token={access_token}"
The media owner has not hidden like counts. This is making it hard to track real engagement. Can anyone help sort this out?
Thanks!
Same problem here, did you find any solution?