Receiving an error: "The operation couldn’t be completed. (SwiftInstagram.InstagramError error 1.)"
Steps to Reproduce the Problem
Performing the api.login
Login was successful
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?
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
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