- What is the total number of images that we can get in a public profile
- If its only 200, like instagram, can we iteratively do this?
- Can we get a timestamp for each selected image
source
share- What is the total number of images that we can get in a public profile
you can get all photos using api
- If its only 200, like instagram, can we iteratively do this?
you can get 20 images in one api call, and u can use paginationthe api iteratively get the next set of 20
- Can we get a timestamp for each selected image
all photos have created_timeapi in response, which has a timestamp
source
shareSource: https://habr.com/ru/post/1621068/
All Articles