SwiftInstagram v1.1.0 Release Notes

Release Date: 2018-01-21 // about 6 years ago
  • โž• Added

    • You can now use your own authentication method (Read more).
    • ๐Ÿ†• New success handlers on:
      • createComment()
      • deleteComment()
      • like(media: ...)
      • unlike(media: ...)
    • Search media and location by latitude and longitude:
      • func searchMedia(latitude: Double? = nil, longitude: Double? = nil, ...)
      • func searchLocation(latitude: Double? = nil, longitude: Double? = nil, ...)
    • ๐Ÿ†• New option to get all the permission scopes on login:
      • login(..., withScopes: [.all], ...)

    ๐Ÿ”„ Changed

    • retrieveAccessToken() method is now public (#15).
    • storeAccessToken() is also public (#17).

    ๐Ÿ›  Fixed

    • Problem with all the HTTP POST requests (e.g. #20).