on python its _ah/login or something like that.
-
Cheers,
def AlonCarmel(request)
import simplejson as json
contact = {}
contant['email'] = '[email protected]'
contact['twitter'] = '@aloncarmel'
contact['web'] = 'http://aloncarmel.me'
contact['phone'] = '+972-54-4860380'
return HttpResponse(json.dumps(contact))
* If you received an unsolicited email from by mistake that wasn't of your
matter please delete immediately. All E-mail sent from Alon Carmel is
copyrighted to Alon Carmel 2008. Any details revealed in e-mails sent by
Alon Carmel are owned by the Author only. Any attempt to duplicate or
imitate any of the Content is prohibited under copyright law 2008.
On Thu, Jul 29, 2010 at 8:34 PM, Geoffrey Spear <[email protected]>wrote:
> You probably don't want your user to be logged in using Google's
> servers and then get redirected to localhost.
>
> Use the Users API to generate the login URL.
>
> On Jul 29, 5:55 am, Tsolmon Narantsogt <[email protected]> wrote:
> > Hi guys
> >
> > I have a question ?
> > 1) How to login from my google account ?
> >
> > i tried this code
> > <a href="
> https://www.google.com/accounts/ServiceLogin?service=ah&continue=http..."
> >
> > >Sign in </a>
> >
> > but it's not working .
> >
> > Help me guys
> >
> > Regards
> > Tsolmon
>
> --
> 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.