InstagramKit v3.6.6 Release Notes

Release Date: 2015-08-21 // over 8 years ago
  • โž• Additions :

    • Persisting access token using UICKeyChainStore. UICKeyChainStore is added as an optional sub-spec.
    • ๐Ÿ‘ Discontinued support for iOS 6, to comply with AFNetworking's compatible SDKs.
    • โž• Added - authorizarionURL helper method to InstagramEngine to generate Authorization URL with basic permissions.

    ๐Ÿ”„ Changes :

    • - extractValidAccessTokenFromURL renamed to - receivedValidAccessTokenFromURL
    • - getUserDetails: withSuccess: failure: accepts a string value for userId to maintain consistency.

    ๐Ÿ›  Fixes :

    • Call super encode/decode on subclasses of InstagramModel to keep ID property persisted
      Implemented by @natan in #140