Is there a way to request a new access token (with an expired token) without the user logging in again? There has to be way that Facebook can refresh the app token without requiring user input. This needs to be done server-side and not client side.
UPDATE: I forgot to mention that I already have a long-lived token. I want to refresh and get a new one before it expires.