AnderGoig / SwiftInstagram

Instagram API client written in Swift
https://git.io/vdNAn
MIT License
578 stars 81 forks source link

Add pagination support #5

Open AnderGoig opened 6 years ago

AnderGoig commented 6 years ago

Add support for Instagram JSON pagination. Currently, the next_url parameter decoded from the Instagram responses is not used in any way.

AnderGoig commented 6 years ago

A new branch called pagination has been created in order to test it.

It should be working, but it needs to be tested with a non-sandbox Instagram client. This is because it seems that the Instagram API never returns responses with pagination for sandbox apps.

Unfortunately, I don't have any client to test it with, yet.