Open ctrlaltdylan opened 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.
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 setcount
, not the other useful options likemin_timestamp
,max_timestamp
,min_id
,max_id
.May have to fork and do this myself.