🌐
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 - Login to your Reddit account and navigate to this link Click Create another app button Fill the required fields and If HOMEPAGE is the url of the homepage of your website, save exactly the following url in the Redirect Uri option If using Super Socializer plugin, save HOMEPAGE/SuperSocializerAuth/Reddit If using Heateor Social Login plugin, save HOMEPAGE/HeateorSlAuth/Reddit For […]
🌐
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 - Login to your Reddit account. ... Click on "create an app...". The following fields will be requested: Give an appropriate name to the application and fill rest of the fields: Click on "create app". The text in the green box is the client_id.
🌐
GitHub
github.com › KobeW50 › ReVanced-Documentation › blob › main › Reddit-Client-ID-Guide.md
ReVanced-Documentation/Reddit-Client-ID-Guide.md at main · KobeW50/ReVanced-Documentation
Reddit has changed their policy and now prevents users from obtaining a client ID (OAuth token) in the manner outlined in this guide.
Author   KobeW50
🌐
Stack Overflow
stackoverflow.com › questions › 72256302 › how-to-get-the-client-id-client-secret-and-user-agent-parameters-from-reddit-wi
How to get the client_id, client_secret and user_agent parameters from Reddit with discord.py - Stack Overflow
My problem is that I need 3 parameters, client_id, client_secret and user_agent, which I don't know how to get. Here's the code I found: reddit = praw.Reddit(client_id='CLIENT_ID HERE', client_secret='CLIENT_SECRET HERE', user_agent='USER_AGENT HERE') @bot.command() async def meme(): memes_submissions = reddit.subreddit('memes').hot() post_to_pick = random.randint(1, 10) for i in range(0, post_to_pick): submission = next(x for x in memes_submissions if not x.stickied) await bot.say(submission.url) Can someone help me get those parameters?
🌐
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 }, }, })
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.
🌐
Reddit
reddit.com › r/acornblue › guide: create a reddit client id
r/acornblue on Reddit: Guide: Create a Reddit client id
October 28, 2024 - 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.
🌐
YouTube
youtube.com › watch
Reddit API Request Tutorial - Where do We Get Reddit API Client ID | For Reddit Apps - YouTube
In this tutorial, You will learn How to Reddit API request tutorial for beginners. You can use this for Reddit app and other things that require Reddit API C...
Published   November 7, 2020
🌐
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.

🌐
Readthedocs
redditclient.readthedocs.io › en › latest › oauth
Oauth Setup - Reddit::Client Documentation
Use your client_id and secret in your script. Here's a working example script. (The credentials are fake, obviously.) use Reddit::Client; my $reddit = new Reddit::Client( user_agent => "test /u/username", client_id => "DFhtrhBgfhhRTd", secret => "KrDNsbeffdbILOdgbgSvSBsbfFs", username => "reddit_username", password => "reddit_password" ); my $me = $reddit->me(); print "You've got mail!" if $me->{has_mail};
🌐
Reddit
reddit.com › r/todoist › finding my client id for api
r/todoist on Reddit: Finding my client ID for API
April 24, 2023 -

Hi there,

Probably a stupid question but I did not find my answer on the reddit or on todoist developer section.

I want to create an integration with Habitca via Make (Integromat-used-to-be). They ask for Client ID and API Key to connect. I got the API Key in Settings/integration but not the ID.

Can anyone help me finding the Client ID? Ty in advance

🌐
Heateor
support.heateor.com › home › reddit client id
Reddit Client ID Archives - Heateor - Support Documents
Fill the required fields and If HOMEPAGE is the url of the homepage of your website, save exactly the following url in the Redirect Uri option If using Super Socializer plugin, save HOMEPAGE/SuperSocializerAuth/Reddit If using Heateor Social Login plugin, save HOMEPAGE/HeateorSlAuth/Reddit For example, if your website is https://yourwebsite.com, you need to save https://yourwebsite.com/SuperSocializerAuth/Reddit or https://yourwebsite.com/HeateorSlAuth/Reddit in this option
🌐
Read the Docs
praw.readthedocs.io › en › stable › getting_started › quick_start.html
Quick Start - PRAW 7.7.1 documentation
import praw reddit = praw.Reddit( client_id="my client id", client_secret="my client secret", password="my password", user_agent="my user agent", username="my username", ) print(reddit.read_only) # Output: False