ai/at
1
0

oauth を更新

2025-06-17 02:30:10 +00:00
parent 23f52620dd
commit 032cd5c77a

@ -45,3 +45,14 @@ $ curl -sL "https://plc.directory/did:plc:6qyecktefllvenje24fcxnie" | jq '.alsoK
"at://ai.syu.is"
]
```
## didのhandleを確認
```sh
curl -sL "https://plc.directory/did:plc:6qyecktefllvenje24fcxnie/log"|jq .
curl -sL "https://plc.syu.is/did:plc:6qyecktefllvenje24fcxnie/log"|jq .
curl -sL "https://bsky.social/xrpc/com.atproto.identity.resolveHandle?handle=ai.syui.ai" | jq .
curl -sL "https://syu.is/xrpc/com.atproto.identity.resolveHandle?handle=ai.syui.ai" | jq .
curl -sL "https://public.api.bsky.app/xrpc/com.atproto.identity.resolveHandle?handle=ai.syui.ai" | jq .
curl -sL "https://bsky.syu.is/xrpc/com.atproto.identity.resolveHandle?handle=ai.syui.ai" | jq .
```