I am integrating Facebook's Account Kit to my webapp.
My node.js server exchange the authorization code received by the client to an access token that is valid for 30 days.
I wonder how can I refresh this token without letting the user login again.