Skip to main content
GET
获取社区推文
获取某个特定 X Community 内发布的帖子,支持 cursor 分页。适合用于了解一个已知社区实际在讨论什么。 返回带互动计数的完整推文对象。 如果还不确定该看哪个社区,可用 get_twitter_community_tweets_all 跨全部社区搜索。

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

community_id
string
必填

社区 ID

cursor
string

分页游标

响应

200 - application/json

社区推文响应

tweets
object[]
has_next_page
boolean
next_cursor
string
has_next
boolean
status
enum<string>
可用选项:
success,
error
msg
string