I am looking to build an application that will basically perform the following query : It will pull the profileID of the Facebook fan who has most friends among the Facebook Page fans.
I looked through StackOverflow and realize that the Facebook API may not have a way to generate the total list of Facebook fans. But since it is possible to generate the list of top 500 fans (or at least that is what I learnt from one response), is my requirement feasible with Facebook's API offerings?
Thanks,