🌐
Reddit
reddit.com › r/redditdev › client id and secret
r/redditdev on Reddit: Client ID and Secret
January 31, 2023 -

Hey guys!

I've been trying to get a client ID and Secret for a project with PRAW, but the provided link (https://www.reddit.com/prefs/apps) doesn't work. Someone experiencing this? Is this link up-to-date or broken?

I can only access a page that says: "Welcome back! You are already logged in and will be redirected back to Reddit shortly. If you are not redirected automatically, follow this link."

Clicking on "this link" does nothing.

Any help appreciated. Thank you :D

🌐
GeeksforGeeks
geeksforgeeks.org › python › how-to-get-client_id-and-client_secret-for-python-reddit-api-registration
How to get client_id and client_secret for Python Reddit API registration ? - GeeksforGeeks
July 12, 2025 - reddit = praw.Reddit(client_id ='my client id', client_secret ='my client secret', user_agent ='my user agent', username ='my username', password ='my password') In order to get the information for these fields: Create a Reddit account.
🌐
Heateor
support.heateor.com › home › how to get reddit client id and secret?
How to Get Reddit Client ID and Secret? - Heateor - Support Documents
September 20, 2021 - Copy Reddit Client ID and Reddit Client Secret and save these at the plugin configuration page
🌐
Reddit
reddit.com › r/revancedapp › full comprehensive instructions on getting a new client id for every third party reddit app
r/revancedapp on Reddit: Full comprehensive instructions on getting a new client ID for every third party reddit app
November 25, 2024 -

Here's a step-by-step guide to patching third-party Reddit apps with ReVanced to get around Reddit's API changes: Prerequisites:

  • ReVanced Manager: Download and install the latest version of ReVanced Manager from their official website or a trusted source.

  • APK of your Reddit app: Download the APK file of the Reddit app you want to patch from a reliable source like APKMirror. It's generally recommended to use a version that's one or two releases behind the latest one, as very recent versions might not be compatible with ReVanced yet.

Steps:

  • Create a Reddit App:

    • Go to this website: https://www.reddit.com/prefs/apps/

    • Log in to your Reddit account.

    • Click on "are you a developer? create an app..."

    • Give your app a name (it can be anything).

    • Select "installed app" as the type.

    • Crucial Step: In the "redirect uri" field, enter the correct redirect URL for your chosen Reddit app. I provided a list in my previous response. Make sure it's accurate!

    • Click "create app."

    • Copy the "client ID" that's generated—you'll need it later.

  • Patch the App with ReVanced Manager:

    • Open ReVanced Manager.

    • Tap "Patcher," then "Select an application."

    • Tap the storage icon and select the APK file you downloaded.

    • Tap "Next" and wait for the app to be processed.

    • On the "Select Patches" screen, choose "Default."

    • Tap "Next" and select "Spoof client."

    • Crucial Step: In the "Client ID" field, paste the client ID you copied earlier.

    • Tap "Patch" and wait for the process to complete.

  • Install the Patched APK:

    • Once patching is finished, install the patched APK. You might need to allow installation from unknown sources in your Android settings.

    • If you have the original version of the app installed, uninstall it first.

  • Log in and Enjoy:

    • Open the patched Reddit app and log in. You should be able to use it without any issues!

Important Notes:

  • Redirect URI is Key: The redirect URI needs to be an exact match. Double-check for typos!

  • App Updates: If your app updates automatically, you might need to repeat this process with the newer APK. You can usually disable automatic updates in the app's settings.

Troubleshooting: If you encounter problems, try these:

  • Clear the cache and data for ReVanced Manager.

  • Use a slightly older version of the Reddit app APK.

  • Check the ReVanced subreddit or Discord for

IHere's a list of common redirect URLs for popular Reddit clients, along with some important notes: Important Notes:

  • Case Sensitivity: These URLs are case-sensitive, so make sure you enter them exactly as shown.

  • "http" or "https": Reddit now requires redirect URLs to start with http:// or https://. Some older guides may list different formats, but those are likely outdated.

  • App-Specific Instructions: Always check for any specific instructions or updated URLs provided by your chosen Reddit client. Redirect URLs:

  • BaconReader: http://baconreader.com/auth

  • Boost for Reddit: http://rubenmayayo.com

  • Infinity for Reddit: https://infinity-for-reddit.com/

  • Joey for Reddit: https://127.0.0.1:65023/authorize_callback

  • Relay for Reddit: dbrady://relay

  • Reddit is Fun: redditisfun://auth

  • Slide for Reddit: http://www.ccrama.me

  • Sync for Reddit: http://redditsync/auth

Troubleshooting:

  • Invalid Redirect URI Error: If you encounter this error, double-check the URL for typos and case sensitivity. Also, make sure you're using the most up-to-date URL from your app's documentation.

  • ReVanced Issues: If you're using ReVanced, ensure you have the latest version and follow their specific instructions for patching your Reddit app and setting up the client ID.

🌐
Better Auth
better-auth.com › docs › authentication › reddit
Reddit | Better Auth
export const auth = betterAuth({ socialProviders: { reddit: { clientId: process.env.REDDIT_CLIENT_ID as string, clientSecret: process.env.REDDIT_CLIENT_SECRET as string, duration: "permanent", scope: ["read", "submit"] // Add required scopes }, }, })
🌐
Reddit
reddit.com › r/openbb › how to generate and authorize reddit api credentials for use with the openbb terminal.
r/openBB on Reddit: How to Generate and Authorize Reddit API Credentials for use With the OpenBB Terminal.
September 12, 2022 - Just add the following lines, replacing with your credentials and keeping the single quotation marks encapsulating them: OPENBB_API_REDDIT_CLIENT_ID='CLIENT_ID' OPENBB_API_REDDIT_CLIENT_SECRET='CLIENT_SECRET' OPENBB_API_REDDIT_USERNAME='USERNAME' OPENBB_API_REDDIT_PASSWORD='PASSWORD' OPENBB_API_REDDIT_USER_AGENT='THE_APPLICATION_NAME'
Find elsewhere
🌐
n8n
docs.n8n.io › integrations › builtin › credentials › reddit
Reddit credentials | n8n Docs
Visit the previous link or go to your profile > Settings > Safety & Privacy > Manage third-party app authorization > are you a developer? create an app. ... Copy the OAuth Callback URL from n8n and use it as your app's redirect uri. The app's client ID displays underneath your app name.
🌐
Make
apps.make.com › reddit
reddit - Apps Documentation
reddit is a social platform for ... create app button copy the client id displayed under your application copy the client secret displayed under your application you will use this value while creating ......
🌐
Reddit
reddit.com › r/acornblue › guide: create a reddit client id
r/acornblue on Reddit: Guide: Create a Reddit client id
October 28, 2024 - But, it is really good tradeoff not to be productized via Reddit's own app. It's unlikely you will pay anything but even if they change the way it works and you have to pay a small amount for me that is a worthwhile tradeoff Continue this thread ... 7. You’ll see the Client ID right next to the app icon.
🌐
Data365
data365.co › blog › how-to-get-reddit-api-key
How to Get Reddit API Key: Step-by-Step or Skip-the-Setup? | Data365.co
May 27, 2025 - You’ll find it just beneath the name of your app on the Reddit apps page. It’s usually a short alphanumeric string, something like abcDEF123XYZ78. Client Secret is the private key tied to your app.
🌐
Arcade
docs.arcade.dev › en › home › auth-providers › reddit
Reddit
Choose a unique ID for your provider (e.g. “my-reddit-provider”). Optionally enter a Description. Enter the Client ID and Client Secret from your Reddit app.
🌐
Reddit
reddit.com › r/redditdev › couldn't find client secret
r/redditdev on Reddit: Couldn't find client secret
July 2, 2024 -

I can successfully see the client id but couldn't see client secret after I clicked on "edit". Only basic informations (app name, descriptions, etc) are shown.