AuthPack icon indicating copy to clipboard operation
AuthPack copied to clipboard

I don't get facebook cookie

Open ale206 opened this issue 13 years ago • 0 comments

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.

ale206 avatar Nov 24 '12 15:11 ale206