[google-appengine] get user by access token

2013-06-04 Thread Jozef Môstka
Hi all. 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. I get acces token in client side using google oauth2 and after send to server. thanks. -- You received this message because

[google-appengine] Fwd: JDO problem - save Recursion subclass

2011-04-23 Thread Jozef Môstka
Hi All, I need save class, but that class have inside Recursion of same class. @PersistenceCapable(identityType = IdentityType.APPLICATION) public class BasicLinker implements LinkerAccess, Serializable{    private static final long serialVersionUID = -9016733711922070564L;    @PrimaryKey