Skip to content
This repository has been archived by the owner on Oct 14, 2018. It is now read-only.

1.1.0

Compare
Choose a tag to compare
@AnderGoig AnderGoig released this 21 Jan 03:08
· 21 commits to master since this release
0037741

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).