Nitty Music Social Management

Other platforms

Reddit

How to add Reddit to your system

1

Create an app on Reddit Developers

Head over to Reddit developers and click on create a new app.

  • Name: MyNitty Music SocialInstance (or whatever you like)
  • App type: web app
  • Redirect URI: (see below)

Your Reddit OAuth2 Redirect URI:

  • Production: https://your-social-domain.com/integrations/social/reddit
  • Local development: http://localhost:4200/integrations/social/reddit
  • Docker: http://localhost:5000/integrations/social/reddit
2

Set environment variables

Copy the Reddit client id and client secret and add them to your .env file.

Reddit

REDDIT_CLIENT_ID=""
REDDIT_CLIENT_SECRET=""