As says Ikai you could use OAuth to authenticate users : http://code.google.com/intl/fr-FR/appengine/docs/java/oauth/overview.html
It works fine with my Android application. I'm using Restlet / JSON on GAE side. On 7 juin, 20:30, "Ikai L (Google)" <[email protected]> wrote: > You wouldn't. The users service is only meant for actual browser users. You > would have to implement a token system for authentication. > > > > > > On Sat, Jun 5, 2010 at 4:52 PM, jzhan <[email protected]> wrote: > > If I implement rest web services that output JSON with app engine, but > > set the urls to require login, how do I access these urls from non- > > browser clients? > > > -- > > 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%2Bunsubscrib > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > Blog:http://googleappengine.blogspot.com > Twitter:http://twitter.com/app_engine > Reddit:http://www.reddit.com/r/appengine -- 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.
