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 780 forks source link

Ability to pass parameters to calls #129

Open ctrlaltdylan opened 9 years ago

ctrlaltdylan commented 9 years ago

Since the _makeCall method is private, you're unable to make a manual request.

The problem is that getUserMedia doesn't accept the additional parameters that the endpoint offers. You can only set count, not the other useful options like min_timestamp, max_timestamp, min_id, max_id.

May have to fork and do this myself.

RadGH commented 9 years ago

Same issue for using getTagMedia. There is a params array which would accomplish this perfect, but it's not available as a parameter. Ridiculous oversight.

Strangely, most of the other instagram apis for PHP do the same thing. Frustrating.