Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i have an android app which uses data stored in an google appengines datastore. Every user has his own data. Im searching for a good way to use a google account for authentication and as a primary key in the database.

Can i use the AuthToken generated by the AccountManager? What is the best way to do this?

Thx a lot, Ray

share|improve this question

1 Answer

You can follow Nick Johnson's approach: http://blog.notdot.net/2010/05/Authenticating-against-App-Engine-from-an-Android-app.

And yes you can use AuthToken from AccountManager.

share|improve this answer
1  
I think the OP is asking if he can use the AuthToken as a primary key - in which case the answer is No. – Nick Johnson Oct 24 '11 at 4:23
What could use instead? The email adress? – Ray Oct 24 '11 at 11:49

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.