Have you looked at the OAuth service docs? http://code.google.com/appengine/docs/java/oauth/
Robert On Fri, Apr 8, 2011 at 00:49, Jan Z/ Hapara <[email protected]> wrote: > Is it possible to authenticate into the appengine.users service via urlfetch > / 2LO? > > Picture this scenario: > > A GAE-based site with rich existing functionality already provides AJAX/etc > data feeds and validates users with the appengine.users package (for example > Khan Academy?) > > We wish to integrate with this existing site, and the most expedient option > is to just reuse existing feeds. > > What we'd like: > > 1) Use 2-legged-oauth to create oauth tokens > 2) Open AJAX feed using urlfetch > 3) Have that page recognize the logged-in user. > > So the question really is whether anyone has a working example that > authenticates to appengine.users over a urlfetch?? > > Cheers > > Jan > > -- > 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. > -- 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.
