InstagramKit Versions Save

The unofficial Instagram iOS SDK

4.0

5 years ago
  • #221 Support for Instagram Platform updates.
  • #254 Up to date with modify APIs from Instagram. By @ht22pt
  • #218 Update + new functionalities for InstagramKit-Example. By @marcgovi
  • [#273] Fix example project. By @ricsantos
  • #239 Implemented issue. By @afilipowicz
  • #227 Add NS_SWIFT_NOTHROW for disabling error throw handling in swift. By @derek-chim

3.8

8 years ago

3.7

8 years ago
  • Complete Swift compatibility.
  • #179 Add Nullability and Lightweight Generics for Xcode 7. By @Adlai-Holler
  • Unit tests for Media and User methods in InstagramEngine. By @shyambhat
  • #177 Fix issue with pagination. Avoid percent-encoding twice. By @snoonz

3.6.9

8 years ago

Added

  • Xcode 7 changes to Project file.
  • Added CHANGELOG.md

Changed

  • -getMediaAtLocation: count: maxId: withSuccess: failure: changed to -getMediaAtLocation: count: maxId: distance: withSuccess: failure:
  • #167 Typo fixed -authorizarionURL to authorizationURL. By @natan.

Fixed

  • #146 Checks for media URLs in initializing InstagramMedia objects.
  • #148 Fix Token Get in Authorisation scopes. By @DanTakagaki.
  • #164 InstagramModel copyWithZone updated to allocate correct type of object. By @urklc.
  • #165 Parameter Count must be larger than zero. Fixes #150. By @shyambhat

3.6.8

8 years ago

Hotfix Version

Typo fix #72 Pull Request #145 by @trauzti

Sorry for the API changes.

3.6.7

8 years ago

Hotfix

Cocoapod Famework fix #72 Pull Request #144 by @abury

3.6.6

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

3.6.5

8 years ago
  • Documentation and comments.
  • Model objects implement the NSSecureCoding Protocol and can be persisted.
  • Access token is (finally) persisted in NSUserDefaults.

3.6.4

8 years ago

Authentication made simpler; removed misleading and unnecessary authentication methods. Completely rewritten InstagramKit-Example project. Restructured Project with Cocoapods.

3.6.3

8 years ago
  • Fixed build issue and declared all constants in InstagramModel.h as extern. by @mkoosej PR #116