Is it possible to get user information via google plus SignIn without enabling Google Script
I tried to get Google user and email info using OAuth2.0 by including their source script
- https://apis.google.com/js/client:platform.js
- http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js
But how can I get user info without including those source scripts in my jsp page. I'm starting out so I need a detailed explanation of this.
Is it possible to get the information without using the original third-party (Google) scripts?
+3
source to share