Access user data to store in database/create profile page (Spring MVC)

Hi,

I’m trying to access user data such as name, picture, and email to create a profile page and to store in a relational db. I think this would happen during the callback but can’t figure out how to use the access token. I am using Spring MVC but wasn’t sure if I need to call an API or what.

Thanks

also using JSPs for views