From 44c991200bd5e8bc8be11e9fb8af9937abc1ae7c Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Fri, 7 May 2010 17:15:20 -0500 Subject: Add a oauth2 proxy This new class provides a proxy class for oauth2-based web services, such as the new facebook graph API. The basic idea is as follows: - Construct a OAuth2Proxy object - Build a login url with _build_login_url(_full)() - Display said url in a browser widget (e.g. webkit) and listen for redirects to the specified 'redirect_uri' - Extract the access token from the uri that you are redirected to - Set the access token for the proxy with _set_access_token() http://bugs.meego.com/show_bug.cgi?id=2265 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 19ebe31..9d87502 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,7 @@ rest-extras/RestExtras-0.6.typelib rest-extras/test-runner tests/oauth tests/oauth-async +tests/oauth2 tests/proxy tests/flickr tests/threaded -- cgit v1.2.1