AuthPack
AuthPack copied to clipboard
I don't get facebook cookie
Hi, thanks for your code. I have tried google registration with my parameters and it works good!
But trying Facebook Login, i don't get the fbsr_[app_id] cookie. Could you suggest me any solution?
In particular, the code in Auth.aspx.cs
if (Request.Params["fbsr_" + ConfigurationManager.AppSettings["facebook_appid"].ToString()] != null && Request["facebookauth"] == "false")
return me false.
Thanks a lot.