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?
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)?