Instagram API to fetch pictures with specific hashtags [closed]
I want to get all the pictures with a specific hash tag from Instagram using PHP. How can I do that? Firstly, the Instagram API endpoint "tags" required OAuth authentication. You can query results for a particular hashtag (snowy in this case) using the following url It is rate limited to 5000 (X-Ratelimit-Limit:5000) per hour https://api.instagram.com/v1/tags/snowy/media/recent Sample response { "pagination": { "next_max_tag_id": "1370433362010", "deprecation_warning": "next_max_id and min_id are deprecated for this endpoint; use min_tag_id and max_tag_id instead", "next_max_id":