prowdsponsor / ig

Bindings to Instagram's API
Other
11 stars 14 forks source link

Support ``count`` on getFollowedBy and getFollows #12

Closed glasserc closed 9 years ago

glasserc commented 9 years ago

Instagram's documentation at https://instagram.com/developer/endpoints/ specifies that:

On views where pagination is present, we also support the "count" parameter. Simply set this to the number of items you'd like to receive. Note that the default values should be fine for most applications - but if you decide to increase this number there is a maximum value defined on each endpoint.

glasserc commented 9 years ago

This got fixed by #13 (although I forgot to tag it in the commit message).