I am using FBSDKLoginKit in my app for the authentication purpose of the user.
I need to keep the user logged in unless and until user specifically choose to log out from app.
For this I need to refresh the FBSDKLoginKit token without showing user the login screen.
So can any one help how i can achieve it?
EDIT
I want user to login only once and let user use the application directly when user comes back on another day. As FBSDK token get's expired in 60 Days so need a way to refresh automatically when user comes back to app
EDIT2
I found one method named refreshCurrentAccessTokenbut it's still unclear how to use it as not sure when to call it.