summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon@quotidian.org>2010-05-07 17:15:20 -0500
committerRoss Burton <ross@linux.intel.com>2010-05-26 15:15:38 +0100
commit44c991200bd5e8bc8be11e9fb8af9937abc1ae7c (patch)
treee856f4cd9a93962a1b5550d5251b15bbc7cc844f /.gitignore
parenta85b16a89d97199beabe283d5f0bdd9d1956490e (diff)
downloadlibrest-44c991200bd5e8bc8be11e9fb8af9937abc1ae7c.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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