A workaround for the new Instagram policy to get images by hashtag and user id. No need for accesstoken :) Use at your own risk.
By Vassardish and Bolandish
composer require bolandish/instagram-grabber
require_once '/vendor/autoload.php';
Bolandish\Instagram::getMediaByHashtag("nofilter", 10);
Bolandish\Instagram::getMediaByUserID(460563723, 10);
Bolandish\Instagram::getMediaAfterByUserID(460563723, 1060728019300790746, 10);
If something missing in the response, please open an issue to report :)
Help me build this better! Thanks! :)