I have a facebook application and I want to display to a user their friends that are also using my application and some corresponding data I've recorded about those friends. My concern is that this could be very resource intensive.

Say I have 800 friends on facebook, and there are 10,000 registered users in my application. Every time I want to see a summary display of my friends that are also using the same application my app will have to 1. download my complete list of friends and for all 800 of my friends check my database to see if that friend is also a user of my application. You can quickly see how much of a demand just a single user could create on my server, and imagine doing this for 10,000 users.

Is there a good way to handle this? And does anyone know of any other websites/facebook apps that will display a list of your friends that are also using their application?

link|improve this question

Sorry, I realized this might be a duplicate (tired tonight, didn't find this on my first round of searching :) ) :stackoverflow.com/questions/1817784/… – Casey Flynn Jul 21 '11 at 4:27
1  
FWIW this doesn;t sound very resource intensive at all. – Phil Wallach Jul 21 '11 at 4:30
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.