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?
Asked
Active
Viewed 57 times
1 Answers
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
- 70,918
- 8
- 110
- 125