I am a newbie in mobile app development, and am working on my first iOS app. The concern I have when I integrate FBSDK for authentication is after a while, the token will expire, and the app can no longer perform Facebook actions. What would be the best course of action to handle such case?
I can always make an attempt to login again, but apps such as Facebook app never asks me to login unless I deliberately log out before that.