Lasse Fischer
Lasse Fischer
Have the exact same problem. After one hour the auth dies and it does not renew. Manually renewing doesn't work either sadly
So you just do all of this ```Java Credentials credentials = Credentials.script(apiKey.username, apiKey.password, apiKey.clientID, apiKey.clientSecret); NetworkAdapter adapter = new OkHttpNetworkAdapter(getUserAgent()); RedditClient reddit = OAuthHelper.automatic(adapter, credentials); reddit.setAutoRenew(true); ``` And then you...
Will check it out, thank you!
Yep same issue in all editors I use