Easy way to authenticate POST requests from a Google Android client to Google App Engine?

Posted by ehfeng on Stack Overflow See other posts from Stack Overflow or by ehfeng
Published on 2009-07-09T05:36:57Z Indexed on 2010/04/05 5:03 UTC
Read the original article Hit count: 262

I'd like to be able to send a POST request from an Android app to App Engine and have it linked to the user's Google account. I read that you need to obtain an authentication token and send it with the POST request. Does Android provide a way to request this token? And how would GAE process it?

I feel like this should be easy and I'm missing something obvious.

Thanks!

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about android