Authenticate with Reddit using OAuth installed app flow. Access posts, comments, and user data.
🔐 Authentication Methods
installed
Installed App
authorize: https://www.reddit.com/api/v1/authorize
token: https://www.reddit.com/api/v1/access_token
Scope: identity read submit vote history
Register at: https://www.reddit.com/prefs/apps
- Click 'create app' or 'create another app'
- Select 'installed app' as the type
- Set redirect URI to http://localhost:8080
- Copy the client ID
👤 Identity
Account: Your Reddit username (without u/)
🌐 APIs
rest
Base URL: https://oauth.reddit.com
Auth Header: Authorization: Bearer {token}
Methods: installed