Now the page access token is renewed every 14 days. During renewal, we need some lock to block access to the token, or requests may fail due to the use of old tokens.
Currently we just handle this kind of error by asking the user to retry or letting the request fail silently (and users will retry themselves). Should think about how to implement something like a mutex.
Now the page access token is renewed every 14 days. During renewal, we need some lock to block access to the token, or requests may fail due to the use of old tokens.
Currently we just handle this kind of error by asking the user to retry or letting the request fail silently (and users will retry themselves). Should think about how to implement something like a mutex.