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?