Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法从用户那里获取帖子的数量?我知道您可以从用户那里获取帖子,但是它是分页的,并且通过页面计数将是无稽之谈。我不一定需要帖子的内容,但我很想知道用户发布了多少。
谢谢你的帮助!
您必须计算记录数。如果使用 FQL 做
SELECT ' ' FROM... WHERE...
FB 将返回空行。