Great - some healthy discussion on the topic, thanks guys. I guess we've ended up at roughly the same point: we need to know where the token is stored and how to obtain it.
If you see another related post (instigated by me) here: http://groups.google.com/group/android-developers/browse_thread/thread/f63f19acb691c980/8b2722c1c5c20da0?lnk=gst&q=thanks+dianne#8b2722c1c5c20da0 ...Dianne has said that there are plans for an API to interact with the GoogleLoginService. (The reason for this separate thread is because even after Dianne's reply it struck me that there must be many applications already doing this, so I was asking how they are currently doing it, even before such an API is released.) Dianne, do you have any input on this? Also, do you have any updated info on the API? On Dec 2, 2:38 am, Semprebon <[EMAIL PROTECTED]> wrote: > The first option (Client Login API) still requires your app to get the > google userid and password from the user. The second option (OAuth/ > AuthSub) only applies to web apps (although I suppose you could launch > a browser session). What would be real nice from my standpoint would > be some way to store/retrieve data on google from your android app, > and then access it from a web app using OAuth. This would make it very > simple to sync data between the android app and web app without the > user having to set up anything on the android side of things. > > On Dec 1, 8:51 am, "Fred Grott(shareme)" <[EMAIL PROTECTED]> wrote: > > > Looks like the first and second options listed.. > > > Thanks for the link.. > > > Key question is are the hooks to those library apis already in Android > > Sdk? > > > On Dec 1, 7:29 am, dar <[EMAIL PROTECTED]> wrote: > > > > I'm looking for this as well, to provide access to my google app > > > engine applications. I'm guessing they store the session > > > authorization token from AuthSub somewhere (take a look at AuthSub > > > here:http://code.google.com/apis/accounts/index.html). It's probably > > > just a matter of understanding where the token is stored so it can be > > > passed into the http calls. > > > > Hopefully Dianne, or someone else, will clarify or correct me if I'm > > > wrong. > > > > On Nov 30, 7:44 pm, androidian <[EMAIL PROTECTED]> wrote: > > > > > Sorry guys, I have no idea how what you're talking about relates to > > > > what I was asking. I'm not talking about making a clone of Android or > > > > anything like that. I'm familiar with Android development, and I am > > > > part the way through coding my application; my question is basically > > > > "where can I obtain the user's authenticated token so that I may > > > > interact with google services?" > > > > > cheers, > > > > Ian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

