curl-library
Re: Implementing OAuth support into curl?
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun, 9 May 2010 23:53:45 +0200 (CEST)
Received on 2010-05-09
Date: Sun, 9 May 2010 23:53:45 +0200 (CEST)
On Sat, 8 May 2010, Daniel Stenberg wrote:
> I think you can find inspiration from another HTTP authentication
> implementation and take it from there. Like for examle Digest.
Attached here is a skeleton patch showing what I meant. It doesn't do any
oauth at all, but it is the foundation or proof of concept of how oauth
support could started to be added to libcurl.
-- / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- TEXT/x-diff attachment: oauth-skeleton.patch