I found an answer to this question in another thread.
Change:
'access_lifetime' => $o['access_token_lifetime'] == '' ? 3600 : $o['access_token_lifetime'],
To:
'access_lifetime' => 99999999,
But i’m still curious if there is no better solution to avoid expiration without changing the plugin code.
-
This reply was modified 7 years, 1 month ago by kiLaa.