I used to automate Reddit using its private API. My process was:
It looks like Reddit has changed the login endpoint or added extra checks, but I haven’t been able to find updated info.
Has anyone figured out the new login URL or method?
- Send a login request to https://accounts.reddit.com/api/login
- Request a token from https://accounts.reddit.com/api/access_token
It looks like Reddit has changed the login endpoint or added extra checks, but I haven’t been able to find updated info.
Has anyone figured out the new login URL or method?