- What is the total number of images we can fetch per public profile
- If its only 200 like instagram, can we iteratively do it?
- Can we get the timestamp for each image fetched
Asked
Active
Viewed 162 times
4

Zisu
- 497
- 2
- 6
- 25
2 Answers
2
- What is the total number of images we can fetch per public profile
you can fetch all photos using api
- If its only 200 like instagram, can we iteratively do it?
you can get 20 images per api call, and u can use
pagination
in api to iteratively get next set of 20
- Can we get the timestamp for each image fetched
all photos have
created_time
in api response which has timestamp

krisrak
- 12,882
- 3
- 32
- 46
1
You can also check below link
-
The API has changed since Nov 2015 – AdRock Jan 12 '16 at 09:49