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

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


1 answer


if you don't want to use the script in your view you can use google api client for java and fecth user info.

Here is the detailed documentation for details.



Google API Client Library for Java

0


source







All Articles