I'm making use of the Facebook Spring Social library.
Is the OAuth dance between the Spring Social library and Facebook when connecting secure (against man in the middle attacks etc)? If not, what do I need to do to make it secure?
The reason why I'm a bit concerned is that the Spring docs mention that Facebook uses OAuth 2 and I believe OAuth 2 has been simplified, where it relies on HTTPS to secure the OAuth dance.
P.S. my web app runns on HTTP