AnderGoig / SwiftInstagram

Instagram API client written in Swift
https://git.io/vdNAn
MIT License
578 stars 81 forks source link

Make storeAccessToken public #17

Closed ghost closed 6 years ago

ghost commented 6 years ago

Instagram's recommended way of authenticating users is via server-side. Through server-side auth, a code is sent to the server and the server then returns an access token. By making this method public, we can save the access token that we receive in return.

Checklist

Proposed Changes

AnderGoig commented 6 years ago

Seems right to me, thanks @josecalles 👍