there's only thing that server have to do; just check any access token's validity.
clients send to the server user id and access token obtained by FB.getLoginStatus.
As I expected, there would be any url that checks access token's validity, like
http://xxx.facebook.com/access_token?=xxxxxxxxxxxxxxxxxxxxxxxxxxxx
that returns whether it's available one or not.
or is there any API(server side) for that?