Ander Goig
Ander Goig
Hi @ambujshukla-cdn, did you follow all the previous steps https://github.com/AnderGoig/SwiftInstagram/wiki/Authentication#swiftinstagram-authentication?
I just tested it and had no problem. Are you guys unchecking the "Disable implicit OAuth" option in the Instagram client? (https://github.com/AnderGoig/SwiftInstagram/wiki/Authentication#swiftinstagram-authentication)
It should be, but you may have to provide your own Instagram authentication method.
Hi @onurgenes, you can get more media by specifying how much you want with the `count` parameter, something like this: ```swift api.recentMedia(fromUser: , count: , success: ..., failure: ...) ```...
I've been working on this and I have created a new branch called [pagination](https://github.com/AnderGoig/SwiftInstagram/tree/pagination) to test this feature. The problem is that this feature is limited to non-sandbox Instagram clients,...
Thanks @onurgenes, I hope they accept it!
You're right. I'm removing this branch for now.
A new branch called [pagination](https://github.com/AnderGoig/SwiftInstagram/tree/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...
Hi @salas81 and @EZabolotniy, still getting this error?
Hi @wixvii, could you please attach some of your code?