this is a generic question about a facebook application creation.
I want the user to have a who's online
component that shows who's among his friends are currently using the application.
does it mean that i actually need to store each user's friends list in my own database and to filter from that the users that are currently using my application ?
that seems like a lot of work.
it even means that each time that the user uses my application i should fetch and store his friends list all over again just to make sure it wasn't changed.
is there any other way?
as you see i didn't explained what programming language i use because i think it's irrelevant to the question.
thanks!