All Versions
8
Latest Version
Avg Release Cycle
14 days
Latest Release
2652 days ago
Changelog History
Changelog History
-
v1.3.0 Changes
December 13, 2017โ 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.
- New option to set all the scope permissions using:
-
v1.2.1 Changes
November 27, 2017 -
v1.2.0 Changes
November 03, 2017โ Added
- Error handling for invalid requests.
- Code is now simpler and more clean. ### ๐ Changed
- Library renamed from IGAuth to InstagramLogin. ### โ Removed
- 1Password library extension.
-
v1.1.0 Changes
September 20, 2017โ Added
- Code is now simpler and more clean. ### ๐ Changed
- Now you don't need your Client Secret to authenticate, so you don't have to store it into your client.
- The Progress View now uses the new block-based KVO. ### โ Removed
- On successful logins, the information about the authenticated user is not returned any more, just the access token.
-
v1.0.3 Changes
September 13, 2017 -
v1.0.2 Changes
September 09, 2017 -
v1.0.1 Changes
September 09, 2017 -
v1.0.0 Changes
September 09, 2017โ Added
- ๐ Initial release of IGAuth.
๐ [Unreleased]: https://github.com/AnderGoig/InstagramLogin/compare/v1.3.0...develop