I want to retrieve the profile ids from my friends list those who comment and like most of the stuff I put on my wall.
So far I have retrieved a list of 30 friends who share the maximum mutual friends with me.
Now I need to sort these 30 again based on comments+likes.
I use php.
EDIT:
Any specific answers with Code sample is greatly appreciated