Reddeditor
REDDITOR_AUTH :: STEP_1

CONNECT REDDIT

Enter your Reddit app ID + secret first. Then we’ll send you to Reddit to log in with OAuth.

Shared app means everyone uses one Reddit app. Heavy usage can create a queue, but setup is easiest.
ADVANCED: USE MY OWN APP
You create a Reddit app and use your own client ID/secret. This avoids shared queues.
Format: <platform>:<app ID>:<version> (by /u/<reddit username>)

REDDIT_APP_SETUP

  1. Open old.reddit.com/prefs/apps and scroll to the bottom. Click “are you a developer? create an app...”
  2. Choose web app.
    web app: use this (for websites)
    installed app: mobile apps (don’t pick)
    script: personal scripts only (don’t pick)
  3. Fill in these fields:
    name: Any label you want (NOT the App ID)
    description: Optional, can be blank
    about url: https://reddeditor.com
    redirect uri: https://reddeditor.com/auth/reddit/callback
  4. After saving, Reddit shows:
    App ID: the short string under the app name
    App secret: the long secret string
    Copy both, then click CONNECT & AUTHORIZE.
Local testing redirect uri: http://localhost:3000/auth/reddit/callback
If Reddit blocks app creation, submit a request here: Reddit API access form
Suggested request message:
"Reddeditor lets users log in with their own Reddit account to bulk edit or delete their own comments for privacy cleanup. We only access the user's own content, honor rate limits, and delete stored comment data within 48 hours."