P
P
Pogran2016-08-20 11:54:29
PHP
Pogran, 2016-08-20 11:54:29

Why doesn't min_id work?

I have a request

$url = 'https://api.instagram.com/v1/users/1499932652/media/recent/?count=20&min_id=1320263444184609979_1499932652&access_token=1***';
        $result = json_decode(file_get_contents($url),true);
        VarDumper::dump($result, 10, true);

for this request, I should receive all the photos later than the pictures 1320263444184609979_1499932652 , but the point is that it simply ignores min_id (everything worked for me before, but now for some reason it doesn’t pull

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
hoarywolf, 2016-08-20
@Pogran

Most likely due to the restrictions imposed by Instagram. If I'm not mistaken, now they don't give more than 20 items of anything (photos, subscriptions, etc.) for applications in the sandbox (that have not passed moderation).
Use alternative solutions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question