prowdsponsor / ig

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

How to use pagination's next_url? #11

Closed glasserc closed 9 years ago

glasserc commented 9 years ago

The Envelope type includes a Maybe Pagination, which includes a pNextUrl, but actually making a request using that pNextUrl doesn't seem to be possible from outside the library. It seems like you would need at least the getJSONEnvelope function, which isn't exported.

Is there a way that I'm missing to get "the next page"?