简体   繁体   English

单个Facebook应用中的多用户登录

[英]MultiUser login in a single facebook app

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. 我正在C#中创建一个使用面部识别作为身份验证方法的应用程序,登录后会从用户的facebook帐户获取详细信息。

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? 如果第一个用户只是锁定应用程序而不是从Facebook注销,则另一个用户进入,我是否必须注销第一个用户才能让第二个用户登录,或者我可以在单个应用程序中同时登录两个用户? Facebook SDK?

You have to use session to keep track of various users who are logging in. 您必须使用会话来跟踪正在登录的各种用户。

In short, you can have multiple users logged in at the same time, if you implement session correctly. 简而言之,如果正确实现会话,则可以同时登录多个用户。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM