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 google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.