AnderGoig / SwiftInstagram

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

authentication not working #25

Closed blajivskiy closed 6 years ago

blajivskiy commented 6 years ago

let igLoginManager = Instagram.shared igLoginManager.login(from: vc, success: { // not callback (success) }) { (error) in // not callback (error) }

I do not get any answers. Disable implicit OAuth: uncheck InstagramClientId: my details InstagramRedirectURI: my details

I get successfully to my page and do not get any response. Please tell me what could be wrong

AnderGoig commented 6 years ago

I feel this is the same as #23, I've just tried to log in and I haven't had any problem. Could you try it again?

blajivskiy commented 6 years ago

As far as I understood the problems were on the side of the instagram, since I already have no problems either. Thank you.

AnderGoig commented 6 years ago

Yep, thanks, closing this one.