Skip to main content
Register your own Dribbble application, put its client id and secret in your environment, and connect the channel.
1

Register your application

Register your application on Dribbble.
  • Name: MyPostQueenInstance
  • Description: My PostQueen Instance
  • Website: https://example.com
  • Redirect URI: your PostQueen callback URL, shown in the next step
Your Dribbble OAuth2 Redirect URI:
  • Production: https://postqueen.example.com/integrations/social/dribbble
  • Local development: http://localhost:4200/integrations/social/dribbble
  • Docker: http://localhost:4007/integrations/social/dribbble
Two scopes are requested, and the connect is refused if either is missing:
2

Copy your client secret to environment variables

These can be found immediately after registering your application. These are both 64 characters long.
Restart PostQueen with the updated environment variables
3

Add a Dribbble channel in the PostQueen web interface

Go to the PostQueen 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.
The channel is in the left sidebar with its avatar and name. That is the whole confirmation: if it is in the list, she can post to it.

Next steps

What she can post to Dribbble

Limits, post types and settings

Configuration reference

Every variable she reads

Connect errors

Invalid state, invalid_grant and the rest

Another channel

Every network, and what each one asks for