我在我的PHP应用程序中使用Facebook Connect,但是facebook想要一个安全的URL,但是我的wampserver上的localhost上没有它。有没有在开发中不使用https就能使用Facebook Connect的解决方案?
发布于 2019-05-02 13:13:17
解决方案是在本地主机上使用https。有用于此目的的工具,例如:https://github.com/davewasmer/devcert
对于PHP,请查看此线程:How to enable https (localhost) url in WAMP server (v2.5)?
https://stackoverflow.com/questions/55943747
复制相似问题