简体   繁体   English

Facebook API:是否可以获取组中的帖子数量并按成员分组?

[英]Facebook API: Is it possible to get number of posts in group and group them by members?

I have a Facebook group, and I would like to get the amount of individual posts of each member. 我有一个Facebook论坛,我希望获得每个成员的个人帖子数量。 Secondly, is it possible to get the amount of posts for a specific time period. 其次,是否可以获取特定时间段内的帖子数量。 Are these even possible? 这些甚至可能吗? Quite a challenge... 很大的挑战...

Here's an example: Firstname Lastname - 10 posts - (August 26, 2013 to September 2, 2013) 举个例子:名字姓氏-10个帖子-(2013年8月26日至2013年9月2日)

How do I do this? 我该怎么做呢? By the way, I would prefer to use PHP for this project. 顺便说一句,我更喜欢在该项目中使用PHP

All those things are not possible with the Graph API (at least not at the moment), and FQL is deprecated. 使用Graph API不可能实现所有这些操作(至少目前无法实现),并且不建议使用FQL。 The only way to do this is to get all entries (with paging ) with the /group-id/feed endpoint and do the counting on your own with PHP. 唯一的方法是使用/ group-id / feed端点获取所有条目(带有分页 ),并使用PHP自行进行计数。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM