Google authentication and gmail access in java -
i working on jsf application.
in user should able login gmail/google apps account (redirected google login page , returned after authentication)
and user should able check/delete emails (using java gmail) in subsequent screen.
this application hosted in jboss/tomcat server , not in gae appspot.
i checked examples create login , logout urls using gae api or oauth2.
https://developers.google.com/appengine/docs/java/users/overview
but seems not possible access gmail after authentication in above method.
if can provide inputs, highly appreciated. time.
Comments
Post a Comment