I need to check validity of facebook auth token when my app becomes active.
Auth token might become invalid before the expiry timestamp due to the following reasons
- user changes account password
- user unauthorizes the app
does Facebook IOS SDK provides any method to handle this??
yes. when any API action goes to exception, you know for sure that you have wrong access token 🙂