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 had the same challenge and I was not able to give localhost as a valid callback URL. So I created a simple domain to help us developers out:
https://tolocalhost.com
It will redirect any path to your localhost domain and port you need. Hope it can be of use to other developers.