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:
Yes, it was disabled because of the recent security issue that was found in OAuth. The only solution for now is to create two OAuth applications - one for production and one for development. In the development application you set your localhost callback URL instead of the live one.