Last active
April 24, 2025 00:29
-
-
Save espimarisa/9e7d865f4c9e7f3f780e1a9a35cd171d to your computer and use it in GitHub Desktop.
[Deprecated] Link Bluesky profile to Discord connections
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# NOTE | |
# This is no longer needed. | |
# Discord released the feature publicly. | |
# run this, and you should get an oauth2 url to open | |
# in your web browser. | |
# yourToken is your Discord token. | |
curl --request GET \ | |
--url https://discord.com/api/v9/connections/bluesky/authorize \ | |
--header "Authorization: yourToken" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment