I
I
its_me_mamoru2018-10-15 16:40:34
JavaScript
its_me_mamoru, 2018-10-15 16:40:34

The Instagram API does not return one specific post. How to fix it?

I make a feed on my website from the last N posts on Instagram. I do this through a request to https://api.instagram.com/v1/users/self/media/rece... via the Fetch API.
It seems to work well - I receive data in JSON format, sort through them through forEach, display them on the site and enjoy life. But for some reason, one specific post is not displayed in the feed in the screenshot below:
aMyYU03_RsmCE5NkFey4Aw.png
At first, I thought that this was due to the fact that the post type was video. But looking at the response from the Instagram API, I simply did not find this post. It's like it doesn't exist!
I tried to use to collect the Instagram feed through the service for generating the feed (lightwidget.com), but this post is not displayed there either!
What can determine the set of posts given by Instagram? Is there an error in my request? How can I make this post show up?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Puma Thailand, 2018-10-15
@opium

So there's a video, that's why it's not there.
Just request an insta page and parse it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question