Hi. I want to use the API in somewhat different way in my game. I want some level files to be downloaded automatically in background when user runs the game, so, that he/ she gets the updated levels. This process will only be a read only on client side.
As per my understanding, there is no silent authorization in background.
Can I generate an access token for myself and use that in a live app to achieve this?