Skip to content

Instantly share code, notes, and snippets.

@dvliman
Created July 26, 2013 02:15
Show Gist options
  • Save dvliman/6085535 to your computer and use it in GitHub Desktop.
Save dvliman/6085535 to your computer and use it in GitHub Desktop.
recursively hit instagram API
2013/07/25 22:12:09 authorization code: d57837cc40344f438a36442ccd3c1aab
2013/07/25 22:12:10 access token: 23568145.222c75b.09b3dfca7d1c4dbc8ee0259a3b4ce41e
2013/07/25 22:12:10 full name: David Liman
2013/07/25 22:12:10 fetching: https://api.instagram.com/v1/users/self/media/liked?access_token=23568145.222c75b.09b3dfca7d1c4dbc8ee0259a3b4ce41e
2013/07/25 22:12:10 19
2013/07/25 22:12:10 fetching: https://api.instagram.com/v1/users/self/media/liked?access_token=23568145.222c75b.09b3dfca7d1c4dbc8ee0259a3b4ce41e&max_like_id=500237245337438317
2013/07/25 22:12:11 38
2013/07/25 22:12:11 fetching: https://api.instagram.com/v1/users/self/media/liked?access_token=23568145.222c75b.09b3dfca7d1c4dbc8ee0259a3b4ce41e&max_like_id=492781729775274735
2013/07/25 22:12:12 57
2013/07/25 22:12:12 fetching: https://api.instagram.com/v1/users/self/media/liked?access_token=23568145.222c75b.09b3dfca7d1c4dbc8ee0259a3b4ce41e&max_like_id=480496198771468554
2013/07/25 22:12:13 75
2013/07/25 22:12:13 fetching: https://api.instagram.com/v1/users/self/media/liked?access_token=23568145.222c75b.09b3dfca7d1c4dbc8ee0259a3b4ce41e&max_like_id=465466875638105377
2013/07/25 22:12:15 95
2013/07/25 22:12:15 fetching: https://api.instagram.com/v1/users/self/media/liked?access_token=23568145.222c75b.09b3dfca7d1c4dbc8ee0259a3b4ce41e&max_like_id=454573663056259784
2013/07/25 22:12:16 115
2013/07/25 22:12:16 fetching: https://api.instagram.com/v1/users/self/media/liked?access_token=23568145.222c75b.09b3dfca7d1c4dbc8ee0259a3b4ce41e&max_like_id=448561000350860537
2013/07/25 22:12:16 134
2013/07/25 22:12:16 fetching: https://api.instagram.com/v1/users/self/media/liked?access_token=23568145.222c75b.09b3dfca7d1c4dbc8ee0259a3b4ce41e&max_like_id=444698524312384758
2013/07/25 22:12:17 151
2013/07/25 22:12:17 fetching: https://api.instagram.com/v1/users/self/media/liked?access_token=23568145.222c75b.09b3dfca7d1c4dbc8ee0259a3b4ce41e&max_like_id=414465770572917886
2013/07/25 22:12:18 171
2013/07/25 22:12:18 fetching: https://api.instagram.com/v1/users/self/media/liked?access_token=23568145.222c75b.09b3dfca7d1c4dbc8ee0259a3b4ce41e&max_like_id=428649230011904747
2013/07/25 22:12:19 187
2013/07/25 22:12:19 fetching: https://api.instagram.com/v1/users/self/media/liked?access_token=23568145.222c75b.09b3dfca7d1c4dbc8ee0259a3b4ce41e&max_like_id=415379381003184747
2013/07/25 22:12:20 205
2013/07/25 22:12:20 fetching: https://api.instagram.com/v1/users/self/media/liked?access_token=23568145.222c75b.09b3dfca7d1c4dbc8ee0259a3b4ce41e&max_like_id=407545266582899412
2013/07/25 22:12:21 224
2013/07/25 22:12:21 fetching: https://api.instagram.com/v1/users/self/media/liked?access_token=23568145.222c75b.09b3dfca7d1c4dbc8ee0259a3b4ce41e&max_like_id=401612372742171355
2013/07/25 22:12:22 242
2013/07/25 22:12:22 fetching: https://api.instagram.com/v1/users/self/media/liked?access_token=23568145.222c75b.09b3dfca7d1c4dbc8ee0259a3b4ce41e&max_like_id=394812627276545014
2013/07/25 22:12:23 261
2013/07/25 22:12:23 fetching: https://api.instagram.com/v1/users/self/media/liked?access_token=23568145.222c75b.09b3dfca7d1c4dbc8ee0259a3b4ce41e&max_like_id=295556926135560281
2013/07/25 22:12:24 279
2013/07/25 22:12:24 fetching: https://api.instagram.com/v1/users/self/media/liked?access_token=23568145.222c75b.09b3dfca7d1c4dbc8ee0259a3b4ce41e&max_like_id=387592374909996031
2013/07/25 22:12:25 298
2013/07/25 22:12:25 fetching: https://api.instagram.com/v1/users/self/media/liked?access_token=23568145.222c75b.09b3dfca7d1c4dbc8ee0259a3b4ce41e&max_like_id=381979442425017252
2013/07/25 22:12:26 306
2013/07/25 22:12:26 last one 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment