0

I am creating a application in C# that uses face recognition as authentication method,after logging in it gets detail from the user's facebook account.

If first user just locks the app instead of logging out from facebook,another user comes in ,do i have to logout the first user for the second user to log in ,or i can login both users in a single app?Is it possible using the facebook sdk?

4

1 回答 1

0

您必须使用 session 来跟踪正在登录的各种用户。

简而言之,如果您正确实施会话,您可以让多个用户同时登录。

于 2013-04-08T06:57:17.340 回答