Instagram api: how to get photos containing like? -


In my application, I enter a username and receive its photo.
(To get the photo, I use: = ...) The request returns only 20 photos, How to get all the photos user?

I want to take pictures of this user in which he likes how it can be done?

Do I have an idea of ​​finding all the pictures that the user has and his picture is his choice? But I only get the figures of four members who gave it, although the photo has 50 likes. (See screenshot below). Why so ?

This is a two step process:

1) The latest media published by a user To obtain, request a GET for / users / user-id / media / recent inorder.

2) Then get another request for a list of users who like this media / media / media-id / likes.

At this point you can record all the media-ids in which the specific person has the choice you want.

Here is an API for instagram users:

There is an API for instagram choice:

I'm sorry to get the whole history but I am not clear how he knows about doing anything more than what he offers.

Please tell me if you have any questions!

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -