[android-developers] Re: When an app needs Google account credentials...

2008-12-02 Thread Dianne Hackborn
On Tue, Dec 2, 2008 at 4:39 PM, androidian [EMAIL PROTECTED] wrote: Dianne, do you have any input on this? Also, do you have any updated info on the API? Sorry, I don't know about it. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions

[android-developers] Re: When an app needs Google account credentials...

2008-12-01 Thread Fred Grott(shareme)
What Xavier is saying is that a server side code is needed to provide the token currently Possible solutions is find a 3rd party that already provides a token via a open 3rd party api, however you may not find one that is integrated with Google account identity I know in my own example of Loopt

[android-developers] Re: When an app needs Google account credentials...

2008-12-01 Thread dar
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

[android-developers] Re: When an app needs Google account credentials...

2008-12-01 Thread Fred Grott(shareme)
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

[android-developers] Re: When an app needs Google account credentials...

2008-12-01 Thread Semprebon
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

[android-developers] Re: When an app needs Google account credentials...

2008-11-30 Thread Xavier Mathews
You are going to need a code or a program or somethingtry posting this over GWT, Or Ajax-Api. What you are asking will take a little programing! Good Luck. Xavier A. Mathews Student/Browser Specialist/Developer/Web-Master Google Group Client Based Tech Support Specialist Hazel Crest Illinois

[android-developers] Re: When an app needs Google account credentials...

2008-11-30 Thread Fred Grott(shareme)
Thanks for the advice Xavier I have the same situation as I want to use the Google cloud as part of the identity so that I can do a Loopt clone for Android On Nov 30, 4:08 pm, Xavier Mathews [EMAIL PROTECTED] wrote: You are going to need a code or a program or somethingtry posting this

[android-developers] Re: When an app needs Google account credentials...

2008-11-30 Thread Xavier Mathews
Making A Clone Of Android Will Take Forever But I Do Have And Ex Client Who did It And Was Very Happy! He also used Google cloud with Google co-op and site builder thats what took so long! Depending on what you want it for determines the time it will take. I am not sure how to go about doing this

[android-developers] Re: When an app needs Google account credentials...

2008-11-30 Thread androidian
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