Great. Thanks Patrick for that hack. Ikai, Nick do you guys have any plans to support it out-of-box?
On Wed, Jun 23, 2010 at 2:51 PM, Patrick Twohig <[email protected]>wrote: > > *** I don't know if this violates Google's terms of service, so use this > method at your own risk. *** > > You can POST some parameters to, I don't know what they are off hand. > > https://www.google.com/accounts/ServiceLoginAuth > > And then store the cookies. If you're on iPhone you can pass a cookie > storage to NSURLConnection which will automatically persist the cookies for > subsequent requests. Entering the wrong password too many times will lock > out the user's account and you'll have to direct the user to some page with > a CAPTCHA to unlock it. I'm pretty sure the bulkloader.py script uses this > method to authenticate users. > > This post may help. Just translate the CURL/PHP to the equivalent mobile > code. > http://curl.haxx.se/mail/curlphp-2006-01/0014.html > > Cheers. > > On Mon, Jun 21, 2010 at 12:05 PM, Harshal <[email protected]> wrote: > >> Hi, >> >> The app relies on google accounts ( >> http://code.google.com/appengine/docs/python/users/) using app engine's >> API. When visited from mobile it gives the normal google login page. Is >> there any way to get a mobile friendly google login page (similar to whats >> used by gmail or something?) >> >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-appengine%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> > > > > -- > Patrick H. Twohig. > > Namazu Studios > P.O. Box 34161 > San Diego, CA 92163-4161 > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
