Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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=');

    pusle

    (@pusle)

    You probably figured this out by now, but try

    print_r ($locations);

Viewing 2 replies - 1 through 2 (of 2 total)