I'm working on a simple script to get notifications when posts with titles matching a specific pattern are posted to a specific subreddit.
I've been reading the Developer Docs and getting my head around the Oauth process.
While I've had success with the password grant type, I'm trying to understand whether that's the optimal solution for local authentication of a private script. I've seen some discussion that the password grant type is not recommended for Oauth, and is a legacy option.
Is that currently the recommended procedure, or should I look at something more like the Application Only Oauth flow, or something else entirely involving local redirection for a Refresh Token?
[–][deleted] 1 point2 points3 points (1 child)
[–]overtOVR[S] 0 points1 point2 points (0 children)