When a user unlinks an application the sessionDidReceiveAuthFailure delegate method is invoked, however the error message says : Access token not valid. Definitely it makes sense, but how should I differentiate if the token expired because of the application which was unlinked or because the token expired?
Reason:
for the former, the user would have to go to dropbox to reauthenticate the application, however the an expired token because of time can be fixed silently using updateAccessToken. (please correct me if I'm wrong). Thanks.