Instagram - Get Recently updated media (photos or videos) -


is there api id's of images or videos commented or liked after timestamp.

is there api comments of profile without including 'media-id' (image or video id)

currently there no api directly access comments time user profile.

you have first media user:

https://api.instagram.com/v1/users/{user-id}/media/recent/?access_token=access-token 

then each media, comments:

https://api.instagram.com/v1/media/{media-id}/comments?access_token=access-token 

use created_time in comments filter out latest comments, note latest 150 comments each of media.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -