From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: OAuth2 implementation in Elisp Date: Tue, 27 Sep 2011 11:50:51 +0200 Message-ID: References: <87sjnojl7j.fsf@keller.adm.naquadah.org> <4E7BAFA4.8090800@dogan.se> <4E7BAFE2.2090102@dogan.se> <87k490jkaw.fsf@keller.adm.naquadah.org> <87d3eo984j.fsf@lifelogs.com> <87mxdsbx1n.fsf@keller.adm.naquadah.org> <87litc695c.fsf@lifelogs.com> <87vcsfmxzd.fsf@keller.adm.naquadah.org> <87y5xb4bgj.fsf@lifelogs.com> <87ehz32vm5.fsf@keller.adm.naquadah.org> <8762kf2uzg.fsf@keller.adm.naquadah.org> <87zkhr15pi.fsf@lifelogs.com> <87vcsfhydf.fsf@thinkpad.tsdh.de> <87ehz3hws9.fsf@thinkpad.tsdh.de> <87aa9q1fth.fsf@keller.adm.naquadah.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1317117066 17419 80.91.229.12 (27 Sep 2011 09:51:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 27 Sep 2011 09:51:06 +0000 (UTC) Cc: Lars Magne Ingebrigtsen , Tassilo Horn , emacs-devel@gnu.org To: Julien Danjou Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 27 11:51:00 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R8UJY-0001xh-7z for ged-emacs-devel@m.gmane.org; Tue, 27 Sep 2011 11:51:00 +0200 Original-Received: from localhost ([::1]:52306 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8UJX-0002R4-FH for ged-emacs-devel@m.gmane.org; Tue, 27 Sep 2011 05:50:59 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8UJU-0002Qm-Vo for emacs-devel@gnu.org; Tue, 27 Sep 2011 05:50:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R8UJU-0005qP-10 for emacs-devel@gnu.org; Tue, 27 Sep 2011 05:50:56 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:36976 helo=gate.verona.se) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8UJT-0005qL-Iq for emacs-devel@gnu.org; Tue, 27 Sep 2011 05:50:55 -0400 Original-Received: from chopper.vpn.verona.se (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id p8R9ophA004767; Tue, 27 Sep 2011 11:50:51 +0200 In-Reply-To: <87aa9q1fth.fsf@keller.adm.naquadah.org> (Julien Danjou's message of "Tue, 27 Sep 2011 11:43:06 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 82.115.149.64 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144392 Archived-At: Julien Danjou writes: > On Mon, Sep 26 2011, Tassilo Horn wrote: > >> Not sure. I've just test-driven Julien's google-contacts.el which uses >> oauth2.el, and the google page showing the auth code constists of first >> a large part of JavaScript and CSS stuff and then plain but complex HTML >> where the auth code is inside a . > > Yeah, but please recall yourself you had to click on a button before > having this code in a textarea. > > I really doubt that: > - it's easy to "click" on a JavaScript button from Emacs; Just for the record, this is possible in the xwidget branch! > - it's a good idea to answer question instead of the user, this is not > the point of the spec. The question and the code are not there to piss > developers off. :-) -- Joakim Verona