This repository has been archived by the owner on Jul 8, 2019. It is now read-only.
Added
- New option to set all the scope permissions using:
instagramLogin.scopes = [.all]
. - New method
reloadPage()
in case you want a button (on theUINavigationBar
maybe) to refresh theWKWebView
(see the Example project).
Changed
- The process of login has been redesigned, now it uses the delegate pattern instead of
completion:
method. - The Example project has been updated with those changes.