Hello I am trying to connect via login facebook and is give me an error on redirection url step because must have an https domain
the question is how I configure xampp to run https localhost address that
making me able to redirecting to facebook page .
2
Answers
Thanks man is working by configuring apache and vhosts to run like as https://localhost
and finally, go to facebook login and add valid OAuth redirection URL
cheers
HTTPS Facebook Login
You will need to generate a self singed certificate, put in your local server, then open HTTPs port on your server.
Last but not least, you will need to add
https://localhost:{your-port}
in your app Settings (developers.facebook.com)