rickyrauch / Balloons.IO

Balloons.IO is a web multi-room chat server and client ready to use. It’s built with the help of node.JS, Express, Socket.IO and Redis. Balloons uses PassportJS for authentication with Twitter and Facebook
http://balloons.io
2.37k stars 493 forks source link

Minor spelling and grammatical fixes. #24

Closed ghost closed 12 years ago

ghost commented 12 years ago

Also added .swp files to the .gitignore it seems.

cristiandouce commented 12 years ago

Hi! Twitter does not allow 'localhost' as a valid callback url.

'local.host' was intentional.

Later on 'this' week I'm going to re-write readme.md file to make it clearer for production and development installations.

Can you undo 'localhost' to 'local.host'?

ghost commented 12 years ago

Would 127.0.0.1 work instead?

ghost commented 12 years ago

A quick Google suggests that 127.0.0.1 is a workaround to localhost not being accepted by Twitter. Haven't been able to test though.

The reason why I'm avoiding leaving it as local.host is because I think it's an error, then other people might too.

ghost commented 12 years ago

@cristiandouce any input?