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

getTagMedia() no place for new api parameters #181

Open phirestalker opened 8 years ago

phirestalker commented 8 years ago

I have noticed that there is no way to enter the new api parameters

MIN_TAG_ID Return media before this min_tag_id. MAX_TAG_ID Return media after this max_tag_id.

I really need to use this to keep track of media I have already liked in my app (without hitting the api), please consider adding it

phirestalker commented 8 years ago

hi I hacked it in, I haven't tested but from what I undertand of the code this should add the feature I asked for iggetmedia.patch.txt