Skip to content

3.6.6

Compare
Choose a tag to compare
@shyambhat shyambhat released this 21 Aug 01:27
· 189 commits to master since this release

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