cosenary / Instagram-PHP-API

An easy-to-use PHP Class for accessing Instagram's API.
http://cosenary.github.com/Instagram-PHP-API
BSD 3-Clause "New" or "Revised" License
1.46k stars 781 forks source link

require authentication on getTagMedia #205

Open maddy2101 opened 8 years ago

maddy2101 commented 8 years ago

According https://www.instagram.com/developer/endpoints/tags/#get_tags_media_recent the call requires a valid access token. So the parameter auth='false' is the wrong choice in this call.