Hi

I'm new to SpringSocial. When I ran sample <spring-social-quickstart> as is, that is: I have used existing clientId & clientSecret, after I click on "Allow" it does not redirect to embedded webApp home page. Rather it redirects me to SignIn page. Getting error on console as <Exception while handling OAuth2 callback (I/O error: graph.facebook.com; nested exception is java.net.UnknownHostException: graph.facebook.com)>. I searched it in forum, there I found that it should be internet (network) related issue. But when I try to access <graph.facebook.com> from browser, it opens Facebook login page for me. So I'm not able to understand what is the exact problem.

Please guide me as I hope everyone must have faced this issue @early stage.


Thanks