get most active users in a facebook page
How do I get the most active users in a facebook page for a certain time period? I开发者_运维技巧s is possible to do it with the graph api?
Thank you!
There is no built in way but you could pull down all posts via the Graph API and loop through the posts, comments, and likes and make your own ranking algorithm from that data.
精彩评论