Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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,

share|improve this question

1 Answer

you can not get information about a user usign the API unless you have a user specific key (i.e. the user given permission to facebook app)

Obviously if they have the profile publically accessable then you could just scrap the html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.