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:
Seems nowadays http://127.0.0.1 also stopped working.
A simple solution is to use http://localtest.me instead of http://localhost it is always pointing to 127.0.0.1 And you can even add any arbitrary subdomain to it, and it will still point to 127.0.0.1