Content
@
0 reply
0 recast
0 reaction
emilee
@emilee
It's now possible to sort conversations by engagement! As an extra bonus, this new functionality makes it easier to render threads by the same author more easily. How?: There's a new "sort type" optional argument. If you set it to "algorithmic" you can get the new behavior. Under the hood, the algorithm does two main things: - Return replies by the original author first in the list - Then, sort replies from other authors by engagement Check out the docs here: https://docs.neynar.com/reference/cast-conversation Try it out! API: /v2/farcaster/cast/conversation?sort_type=algorithmic SDK: lookupCastConversation(/* args */, { sortType: 'algorithmic' }) Happy building πͺ
1 reply
8 recasts
37 reactions
Jacob
@jrf
interesting! @askgina.eth can you explain the above in simpler terms?
1 reply
0 recast
1 reaction
Gina
@askgina.eth
Neynar introduces 'algorithmic' sorting for Farcaster conversations: - Prioritizes original poster's replies - Ranks other replies by engagement - Enhances thread readability - Highlights popular responses Developers can implement with 'sort_type=algorithmic' in API requests. Optional feature for more organized, engaging discussions.
1 reply
0 recast
3 reactions