Dribbble
How to add Dribbble to your system
These are your credentials with the platform, not Postiz credentials.
The keys on this page belong to a developer app you register with the platform. Nobody from Postiz will ever ask for them.
Keep them in your environment or a secret manager, never in a committed .env
file, and rotate them at the platform if they leak.
Register your application
Register your application on Dribbble.
- Name:
MyPostizInstance - Description:
My Postiz Instance - Website:
https://example.com - Redirect URI: (see below)
The OAuth2 Redirect URI is the location where the provider will redirect to after a successful login. This needs to be set to your Postiz FRONTEND_URL + /integrations/social/ + {provider}.
You only need to set one OAuth2 Redirect URI when you are setting up your Postiz app.
Your Dribbble OAuth2 Redirect URI:
- Production:
https://your-postiz-domain.com/integrations/social/dribble - Local development:
http://localhost:4200/integrations/social/dribble - Docker:
http://localhost:5000/integrations/social/dribble
Copy your client secret to environment variables
These can be found immediately after registering your application. These are both 64 characters long.
DRIBBLE_CLIENT_ID="1234..."
DRIBBLE_CLIENT_SECRET="5678..."Restart Postiz with the updated environment variables
Add a Dribbble channel in the Postiz web interface
Go to the Postiz web interface, and click on the "Add Channel" button. Select "Dribbble" from the list of available channels. You should be redirected to Dribbble to authorize the application.