On Tuesday, June 4, 2013 10:48:26 AM UTC-5, Jozef Môstka wrote:

>
> I need login user in server side by access token and get their user 
> infomrmations. it is possible ? Im looks in com.google.appengine.api but Im 
> not find it.
>
>
What user information do you want? If you just need to authorize & grab 
their email address, you can use the Users service: 
https://developers.google.com/appengine/docs/java/users/overview 

If you want their user credentials for another API (such as YouTube) you 
need to do a separate OAuth process.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

My Go side project: http://invalidmail.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to