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

Add an option to add additional paramaters #187

Closed vkollin closed 1 year ago

vkollin commented 8 years ago

Adding a method to alter parameters send with the request.

$photos = $instagram->setAdditionalParameters(['foo' => 'bar'])->getTagMedia('kitten');

This will extend the GET request with ...&foo=bar

michaeldyrynda commented 8 years ago

:+1: to this. Would love to be able to set the min_id parameter so I'm not receiving a whole heap of data I don't need.