Hi
I’m building a PHP app and I implemented the OAuth flow described in the documentation
however, after I successfully receive my refresh token, it only works for one request, the following request always fails
Any reason why it won’t allow me to use the refresh token again in offline mode?
Thanks