This tutorial was a grate help in understanding the AccountManager and authToken:
Nick's Blog Authenticating against App Engine from an Android app
I still need to get that to work with a basic Java SSL/TSL socket server where for now my Android users authenticates themselves with passwords.
UPDATE:
The Server works as relay station for the SPRIID app users.
With the SPRIID app you send files to other devices trough this dedicated java Server.
- Everything work trough C2DM(GCM)
- Backend MongoDb databas register users and frindlist's and handle transfer details
For test trying the app, install it, add yourself as friend, send something..
How can the server pars the authToken return with getAuthToken()?
Must my server run some GAE api?
Is the "Federated Login" the way to go and how?