I'm trying to implement OAuth authentication with twitter. To test locally I need to add the callback URL (http://127.0.0.1/...) , However it says 'Invalid website url' when I put in the localhost URL.
The documentation callback-urls states that this should be valid.
(P.S. I did the same thing with Google where the localhost URL (http://127.0.0.1/...) was accepted)
