fooleap/disqus-php-api

无法显示被隐藏的回复

Closed this issue · 0 comments

如图,原生评论框现在会隐藏超过一定长度楼层中的部分回复(显示更多回复):

image

disqus-php-api的评论框显示不了这些被隐藏的回复:

image

listPostsThreadedAPI的响应中,有个hasMore参数指明该评论下是否有回复被隐藏。

image

获取隐藏回复的内容需要用到getDescendantsAPI:

https://disqus.com/api/3.0/posts/getDescendants?limit=50&order=desc&post=4392256230&start_post=&cursor=&api_key=E8Uh5l5fHZ6gD8U3KycjAIAk46f68Zw7C6eW8WSjZvCLXebZ7p0r1yrYDrLilk2F

4392256230即是上图中的id参数。