Last active
April 24, 2025 00:29
Revisions
-
Espi Marisa revised this gist
Apr 24, 2025 . No changes.There are no files selected for viewing
-
Espi Marisa revised this gist
Apr 24, 2025 . 1 changed file with 10 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,12 @@ # 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"
-
Espi Marisa revised this gist
Nov 26, 2024 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,3 @@ curl --request GET \ --url https://discord.com/api/v9/connections/bluesky/authorize \ --header 'authorization: yourToken' -
Espi Marisa revised this gist
Nov 26, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ curl --request GET \ --url https://discord.com/api/v9/connections/bluesky/authorize \ --header 'authorization: yourToken' -
Espi Marisa revised this gist
Nov 26, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ curl --request GET \ --url https://discord.com/api/v9/connections/bluesky/authorize \ --header 'authorization: yourToken' {"url":"https://bsky.social/oauth/authorize?client_id=https%3A%2F%2Fdiscord.com%2Fapi%2Fconnections%2Fbluesky%2Fclient-metadata.json&request_uri=urn%3Aietf%3Aparams%3Aoauth%3Arequest_uri%3Areq-8b54d7501d4007f7258e8845fe549146"} -
Espi Marisa revised this gist
Nov 26, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ curl --request GET \ --url https://discord.com/api/v9/connections/bluesky/authorize \ --header 'authorization: yourToken' {"url":"https://bsky.social/oauth/authorize?client_id=https%3A%2F%2Fdiscord.com%2Fapi%2Fconnections%2Fbluesky%2Fclient-metadata.json&request_uri=urn%3Aietf%3Aparams%3Aoauth%3Arequest_uri%3Areq-8b54d7501d4007f7258e8845fe549146%22} -
Espi Marisa revised this gist
Nov 26, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ curl --request GET \ --url https://discord.com/api/v9/connections/bluesky/authorize \ --header 'authorization: yourToken' {"url":"https://bsky.social/oauth/authorize?client_id=https%3A%2F%2Fdiscord.com%2Fapi%2Fconnections%2Fbluesky%2Fclient-metadata.json&request_uri=urn%3Aietf%3Aparams%3Aoauth%3Arequest_uri%3Areq-8b54d7501d4007f7258e8845fe549146"} -
Espi Marisa created this gist
Nov 26, 2024 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ curl --request GET \ --url https://discord.com/api/v9/connections/bluesky/authorize \ --header 'authorization: yourToken' {"url":"https://bsky.social/oauth/authorize?client_id=https%3A%2F%2Fdiscord.com%2Fapi%2Fconnections%2Fbluesky%2Fclient-metadata.json&request_uri=urn%3Aietf%3Aparams%3Aoauth%3Arequest_uri%3Areq-8b54d7501d4007f7258e8845fe549146%22}