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 trying to login. This needs to set to your Postiz FRONTEND_URL
+ /integrations/social/
+ dribble
.
- eg: If you are running on a container, and your Postiz URL is:
https://postiz.example.com
, then your OAuth2 Redirect URI ishttps://postiz.example.com/integrations/social/dribble
- eg: If you are running on localhost, and your Postiz URL is
http://localhost:4200
, then your OAuth2 Redirect URI ishttp://localhost:4200/integrations/social/dribble
You only need to set one OAuth2 Redirect URI when you are setting up your Postiz app.
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.