Hello im working on a instagram api, i don't know how to solve a problem. You can see my problem here down:
I want to get all photos by a tag. by now, i just can get recent photos (no more than 19 results)
$api = "https://api.instagram.com/v1/tags/".$hashtag."/media/recent?client_id=".$client;
how can i make it work?