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 android-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to