Skip to content

Configurations

Bluesky

Bluesky is supported in Outstand through the Bring Your Own Key (BYOK) model. This allows you to use your own Bluesky API credentials to connect your accounts and post content through Outstand's unified social media API.

Coming Soon

Detailed step-by-step instructions for obtaining Bluesky credentials are coming soon.

In the meantime, if you need to configure Bluesky integration, please contact our support team for assistance. We'll provide you with the necessary information to obtain your API credentials from Bluesky's developer portal.

Authentication flow (no OAuth)

Bluesky uses app passwords, not OAuth. When you call the get authentication URL endpoint for Bluesky, you receive a URL on ** (not api.outstand.so). Redirect the user's browser to that URL exactly as returned. The user will land on a page where they enter their Bluesky handle and app password; they are not sent to Bluesky's OAuth. Dummy client_key/client_secret are acceptable when configuring Bluesky since they are not used in this flow.

Temporary Setup

To add your Bluesky credentials to Outstand:

curl -X POST  \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "network": "bluesky",
    "client_key": "YOUR_CLIENT_KEY_HERE",
    "client_secret": "YOUR_CLIENT_SECRET_HERE"
  }'

Next Steps

  • Contact support if you need immediate Bluesky integration
  • Check back for detailed documentation soon
  • Review other platform configuration guides for similar setup workflows

Configurations\ \ Previous Page Facebook\ \ Next Page

On this page

Coming Soon Authentication flow (no OAuth) Temporary Setup Next Steps