How to reply to a post (via API)? #1180
Answered
by
snarfed
GreenFootballs
asked this question in
Dev Debugging
-
I know I'm probably missing something obvious, but how exactly would I use the API to reply to a specific post? I assume I'd need to refer to the post's CID in a |
Beta Was this translation helpful? Give feedback.
Answered by
snarfed
Jun 7, 2023
Replies: 1 comment 2 replies
-
I believe you'd include atproto/lexicons/app/bsky/feed/post.json Lines 36 to 43 in bf4ac79 More:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dholms
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe you'd include
app.bsky.feed.post#replyRef
in aapp.bsky.feed.post
, filling inparent
with the post you're replying to androot
to be the same as that post's root. Lexicon:atproto/lexicons/app/bsky/feed/post.json
Lines 36 to 43 in bf4ac79
More: