>From older posts it seems that the ClientLogin has 3 steps when you want to use it with GAE: - Get the Auth string from "https://www.google.com/accounts/ClientLogin" with a post - Using the Auth string, get the cookie from "http://myapp.appspot.com/_ah/login" using the abovementioned auth string as a get param, (and add a "continue" param too) - Use the cookie for subsequent calls
When I try the second part, I get this: <html><head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <title>500 Server Error</title> </head> <body text=#000000 bgcolor=#ffffff> <h1>Error: Server Error</h1> <h2>The server encountered an error and could not complete your request.<p>If the problem persists, please <A HREF="http://code.google.com/appengine/community.html">report</A> your problem and mention this error message and the query that caused it.</h2> <h2></h2> </body></html> >From this I can draw two conclusions: either: clientLogin doesn't work for GAE anymore or: The url is not the right one Any help with this one? Thanks in advance -- 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.
