Started using the Facebook Javascript library, question that's been on my mind, is how to I keep track of of which user is using my app.
What I mean is if one user signs up for my app, but then logs out of facebook, and another user uses the same browser/comp and goes to my app, what's the best way to handle this and sync it up with my server, so I know that a new user has signed up.
FB documentation is pretty crappy. This is more like a best practices kind of question.