My token expire almost daily. I want a token to not expired anymore. It's possible?
@gabriel_filip_wesrom wrote: My token expire almost daily. I want a token to not expired anymore. It's possible?
Long-lived access tokens are no longer available. You need to use short-lived tokens along with a refresh token. Refer to the OAuth Guide and authorization documentation.