0

I am using Facebook Connect in my PHP application but facebook wants a secure URL but i don't have it on localhost on my wampserver. is there a solution to work with Facebook Connect without https in development?

sofiane_dv
  • 71
  • 7

1 Answers1

0

The solution is to use https on localhost. There are tools for this, for example: https://github.com/davewasmer/devcert

For PHP, check out this thread: How to enable https (localhost) url in WAMP server (v2.5)?

andyrandy
  • 72,880
  • 8
  • 113
  • 130