Skip to content

Instantly share code, notes, and snippets.

@zarchary
zarchary / save_tagged_photos.php
Created December 28, 2015 08:38 — forked from matthewpizza/save_tagged_photos.php
Download all the photos on Instagram for a tag. Probably hit API limits for popular tags
<?php
/**
* Get All Photos for a Tag on Instagram
*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
$everything = array();
$access_token = 'need access token for Instagram API';