Last post Nov 11, 2014 12:28 AM by castro305
Member
15 Points
63 Posts
Nov 11, 2014 12:28 AM|castro305|LINK
I am new to MVC 5 and there is a file there named Startup.Auth.cs and within that file there is this piece of code
app.UseFacebookAuthentication( appId: "", appSecret: "");
My question is; is there a limit to the number of users that can login to your website using facebook authentication? I have not been able to find any information on this.
Member
15 Points
63 Posts
mvc 5 login with facebook limits
Nov 11, 2014 12:28 AM|castro305|LINK
I am new to MVC 5 and there is a file there named Startup.Auth.cs and within that file there is this piece of code
My question is; is there a limit to the number of users that can login to your website using facebook authentication? I have not been able to find any information on this.