Is anyone else having a difficult time getting Twitters oAuth\'s callback URL to hit their localhost development environment. Apparently it has been disabled recently. http:
I struggled with this and followed a dozen solutions, in the end all I had to do to work with any ssl apis on local host was:
Go download: cacert.pem file
In php.ini
* un-comment and change:
curl.cainfo = "c:/wamp/bin/php/php5.5.12/cacert.pem"
php.ini
file is on your machine by running php --ini
in your CLI