summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2011-05-29 22:38:39 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2011-06-05 16:50:02 +0100
commit47d20c21e8986cdbab21098428dd57bca203f6ad (patch)
tree0ac82cca33c670826bb02336158e210a2df6d655 /README
parent65d3e0c373edcaf199b4d3dc3499b237bb620fc1 (diff)
downloadlibgdata-47d20c21e8986cdbab21098428dd57bca203f6ad.tar.gz
core: Add an OAuth 1.0 authoriser
This adds a GDataAuthorizer implementation for OAuth 1.0, the current favourite authentication/authorization protocol in Google-land. This includes full documentation and a test suite. This makes the following API changes: • Add GDataOAuth1Authorizer and all its properties and methods. It also adds a dependency on liboauth ≥ 0.9.4. Helps: bgo#646285
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 06fbfafc..c3dd09e0 100644
--- a/README
+++ b/README
@@ -17,6 +17,7 @@ Dependencies
* libxml-2.0
* gio-2.0 >= 2.17.3
* libsoup-2.4 >= 2.26.1
+ * liboauth >= 0.94
If compiling with --enable-gnome (for GNOME support):
* libsoup-gnome-2.4