[google-appengine] Re: Programmitcally doing authentication with Google Account

2009-03-10 Thread Wooble
On Mar 10, 3:13 pm, Ritesh Nadhani rite...@gmail.com wrote: Hi Can I dynamically authenticate a user with Google Accounts? Then I can use users.get_current_user(). If by programmatically you mean you know the user's username and password and fill it in for them, no. Allowing you to do

[google-appengine] Re: Programmitcally doing authentication with Google Account

2009-03-10 Thread lenza
The answer to your general question is yes, you can programmatically login to Google Accounts. See my post here for the steps involved: http://groups.google.com/group/google-appengine/browse_thread/thread/bbb2b83d577fedd8/69df83cd23850d58?lnk=gstq=android#69df83cd23850d58 But what exactly

[google-appengine] Re: Programmitcally doing authentication with Google Account

2009-03-10 Thread Ritesh Nadhani
Hello On Tue, Mar 10, 2009 at 1:04 PM, Wooble geoffsp...@gmail.com wrote: On Mar 10, 3:13 pm, Ritesh Nadhani rite...@gmail.com wrote: Hi Can I dynamically authenticate a user with Google Accounts? Then I can use users.get_current_user(). If by programmatically you mean you know the

[google-appengine] Re: Programmitcally doing authentication with Google Account

2009-03-10 Thread Ritesh Nadhani
Hello On Tue, Mar 10, 2009 at 1:55 PM, lenza le...@lenza.org wrote: The answer to your general question is yes, you can programmatically login to Google Accounts.  See my post here for the steps involved: