I’ve just answered my own question (again)!
From:
A refresh token can be returned with the access token in your initial authorization flow. To do this, add the
offline_access
scope to the scope parameter of the authorization URL.
I’ve just answered my own question (again)!
From:
A refresh token can be returned with the access token in your initial authorization flow. To do this, add the
offline_access
scope to the scope parameter of the authorization URL.