For my web application I want to login via Facebook. When I try to do login via Facebook it showing as https is required for my application. If no https it shown error as Insecure Login Blocked: You can't get an access token or log in to this app from an insecure page. Try re-loading the page as https:// So should I install ssl in my web application?
Asked
Active
Viewed 2,749 times
1
-
that means https is required right? – Rijo Mar 27 '18 at 10:04
-
Look at the screenshot in the answer. You need to turn off the "Enforce HTTPS" switch if you do not want to use an SSL. – Turnip Mar 27 '18 at 10:15
-
Please refer this answer https://stackoverflow.com/questions/49400199/why-enforce-https-is-forcefully-set-as-yes/49778678#49778678 – Rijo Apr 11 '18 at 15:15