[Oauth2] How use refresh token
Hey guys,
I implemented a service which get an access token and a refresh token. I can use my access token to access the API I want, but I need to reload manually my service each 3hours to got a new access token. I'm new with that kind of technology and I want to know the best way to implement a service to use my refresh token. Does I need to create a new thing ? a timer things ?
You guys already help me a lot, thanks for everything I hope you could help me again.
Guillaume

