AnderGoig / SwiftInstagram

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

Error 1 when trying to receive Instagram followers #39

Closed MalkaBar closed 6 years ago

MalkaBar commented 6 years ago

Checklist

Expected Behavior

Retrieve followers

Actual Behavior

Receiving an error: "The operation couldn’t be completed. (SwiftInstagram.InstagramError error 1.)"

Steps to Reproduce the Problem

  1. Performing the api.login
  2. Login was successful
  3. Calling the "api.userFollowers" function, which fails immediately.

I think I know the why I get this error but I want to make sure I'm not wrong: I have my client ID and all that, but the permissions has not been reviewed yet. Also, Instagram says that the use case of "my app is still in development" is not valid and you should only ask when going to production (which is weird, how can I test the data and all that??)

So overall: 1) Do you think the issue is related to the lack of permissions? 2) If so, can you help advise on how to get permissions without having a website or privacy policy?

Thank you!

Specifications

AnderGoig commented 6 years ago

Hi @MalkaBar, I don't think is's because of the permissions, I think it may be related to this issue #45.