TheM4hd1 / SwiftyInsta

Instagram Private API Swift
MIT License
225 stars 51 forks source link

Do you need to call authenticate() just once? #116

Closed mycroftcanner closed 5 years ago

mycroftcanner commented 5 years ago

Do you need to call authenticate() just once? Or every time you access an API?

Does the session expire?

TheM4hd1 commented 5 years ago

you just need authenticate once, when auth succeeded, you save the session, and every time you open the app, you should authenticate with saved session. There is a complete and clear description in README.md