TAGS :Viewed: 5 - Published at: a few seconds ago

[ Can I use Google+ Accounts For Identification In A Java Program? ]

I was thinking of using Google+ accounts for identification in my Java program, as an alternative to storing passwords(After watching: https://www.youtube.com/watch?v=8ZtInClXe1Q). Is this possible using the Google+ API's with a pure Java solution? NOTE: This is Java, not Javascript.

Answer 1


You can try visiting this URL: https://developers.google.com/appengine/docs/java/users/#Java_Authentication_options

It describes how you can use Google API to accomplish user authentication in your Java application.