标签: android ios facebook authentication forms-authentication
我不确定这是错误还是特意设计的,但是在Facebook内置浏览器(Messenger应用)中使用.NET FormsAuthentication对用户进行身份验证时遇到问题。
FormsAuthentication
在我们的登录操作中,我们称为FormsAuthentication.SetAuthCookie("userName", false);。
FormsAuthentication.SetAuthCookie("userName", false);
它不会在Android或iOS设备中保留身份验证cookie。关于如何为Facebook内置浏览器设置此Cookie的任何想法?