Facebook Permissions page states the following about offline_access:
Enables your application to perform authorized requests on behalf of the user a
Access tokens returned when using the offline_access permission never expire.
Edit: According to the documentation the tokens are 'long-lived'. I'm assuming you will just have to handle the scenario where they no longer work (if that even happens).