Hello,
I am doing an integration with Mercadolibre, for authorization they use an access_token & refresh_token. Every time an access_token is requested, a refresh_token is delivered so that when the access_token expires, a new one can be requested by means of a GET command.
They suggest that I renew the access token only when it becomes invalid.
How do you recommend me to handle it?
Thank you very much,