How do I get the most active users in a facebook page for a certain time period?
Is is possible to do it with the graph api?
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.