Re: [OAUTH-WG] Dailymotion API using OAuth 2.0 draft 10

David Recordon <recordond@gmail.com> Mon, 01 November 2010 07:14 UTC

Return-Path: <recordond@gmail.com>
X-Original-To: oauth@core3.amsl.com
Delivered-To: oauth@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id BB1E93A6821 for <oauth@core3.amsl.com>; Mon, 1 Nov 2010 00:14:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.739
X-Spam-Level:
X-Spam-Status: No, score=-0.739 tagged_above=-999 required=5 tests=[BAYES_20=-0.74, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Awu3VbeA2eEP for <oauth@core3.amsl.com>; Mon, 1 Nov 2010 00:14:21 -0700 (PDT)
Received: from mail-iw0-f172.google.com (mail-iw0-f172.google.com [209.85.214.172]) by core3.amsl.com (Postfix) with ESMTP id 681053A6848 for <oauth@ietf.org>; Mon, 1 Nov 2010 00:14:21 -0700 (PDT)
Received: by iwn40 with SMTP id 40so7034396iwn.31 for <oauth@ietf.org>; Mon, 01 Nov 2010 00:14:21 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=YAvy9BDIkfYnW2gELrBrxIdE2C5K3qxU8F3HCYR5NlA=; b=nqyiSCvEnskQD9sZERH/s6Wrv+LIc8q1HccgUneMRJepWKDiz3tMQFQUOu71wIMY+d JW8fRK0XYCuDWcmRB9ligv673Och5ATtHWDslmV6O6rW6C1GN54ACUFzWqkyo5l4ljIr z3vMS4UdRMWe/RMMYfRC10513C6+62kX/Oil8=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=WlnK2ECUewoTRL8/5xdvYqh2lucGtDH5FjM7rsOJJxZK2IO41zkCjeCMZK0Z/cN6b8 oP7wHfw6az1riSzeSk66TbBdEYXxrMgbOwljG/ndD/szv4Nij2XkT8xT478HIfgzLCGX FMF9Ayy2SylaVgePQf5ppP9UxO5HxePy0MIgQ=
MIME-Version: 1.0
Received: by 10.42.74.137 with SMTP id w9mr2726605icj.201.1288595660395; Mon, 01 Nov 2010 00:14:20 -0700 (PDT)
Received: by 10.231.79.129 with HTTP; Mon, 1 Nov 2010 00:14:20 -0700 (PDT)
In-Reply-To: <BF23C9FD-6865-4631-9687-4807F1D9CDBC@dailymotion.com>
References: <Act1bTQG8hW8Xq4nTfmMV5EKv98z0g==> <BF23C9FD-6865-4631-9687-4807F1D9CDBC@dailymotion.com>
Date: Mon, 01 Nov 2010 00:14:20 -0700
Message-ID: <AANLkTinpf8RrT-0As=2_jksWa7b71STcBLurnV515Deg@mail.gmail.com>
From: David Recordon <recordond@gmail.com>
To: Olivier POITREY <rs@dailymotion.com>
Content-Type: multipart/alternative; boundary="90e6ba6e852a98d6060493f88eea"
Cc: OAuth WG <oauth@ietf.org>
Subject: Re: [OAUTH-WG] Dailymotion API using OAuth 2.0 draft 10
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: OAUTH WG <oauth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/oauth>, <mailto:oauth-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/oauth>
List-Post: <mailto:oauth@ietf.org>
List-Help: <mailto:oauth-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/oauth>, <mailto:oauth-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 01 Nov 2010 07:14:22 -0000

Added you to http://wiki.oauth.net/w/page/OAuth-2. Any parts of the
implementation what were challenging?


On Tue, Oct 26, 2010 at 5:27 PM, Olivier POITREY <rs@dailymotion.com> wrote:

> Hi,
>
> I'm proud to announce that Dailymotion released the first beta of its new
> API fully based on OAuth 2.0 draft 10. We are sticking 100% to the spec (we
> hope) and are supporting all client profiles. It's currently in beta, some
> parts are not polished yet (i.e.: authorization page is not skinned) and
> only a few methods are available but the basics are there and fully
> functional.
>
> The documentation of our API can be found here:
>
>  http://www.dailymotion.com/doc/api
>
> Here is the part specific to OAuth 2.0:
>
>  http://www.dailymotion.com/doc/api/authentication.html
>
> We have client SDKs for PHP and Objective-C already available on GitHub (
> http://github.com/dailymotion). We will add Javascript, Python,
> Actionscript and Android SDKs soon.
>
> We are very interested by feedbacks about our implementation before it goes
> final.
>
> <teasing>BTW, our API implements some interesting cache mechanism, but this
> is OT :)</teasing>
>
> Best,
>
> _______________________________________________
> OAuth mailing list
> OAuth@ietf.org
> https://www.ietf.org/mailman/listinfo/oauth
>