This repository has been archived by the owner on Oct 14, 2018. It is now read-only.
1.1.0
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
Fixed
- Problem with all the HTTP POST requests (e.g. #20).