A bit late, but maybe someone can use this. To get ALL images from a specific user or tag. In common.php line 21 and 23, change from
define('WP_ROLL_INSTAGRAM_USER_PHOTOS_URL_B', '/media/recent/?access_token=');
and
define('WP_ROLL_INSTAGRAM_STREAM_BYTAG_URL_B', '/media/recent?access_token=');
to
define('WP_ROLL_INSTAGRAM_USER_PHOTOS_URL_B', '/media/recent?count=-1&access_token=');
and
define('WP_ROLL_INSTAGRAM_STREAM_BYTAG_URL_B', '/media/recent?count=-1&access_token=');
You probably figured this out by now, but try
print_r ($locations);