about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2011-06-07 23:31:46 +0200
committerFrancois Perrad <francois.perrad@gadz.org>2011-06-07 23:31:46 +0200
commit9b165d32a7ef8db59a55425ad085e07f2eb562e9 (patch)
tree03faacefb9faa1befa78b4bb85b27077ed74f2e9
parentadd Google OAuth 2.0 (diff)
downloadapi-description-9b165d32a7ef8db59a55425ad085e07f2eb562e9.tar.gz
compat OAuth 1.0 & 2.0
-rw-r--r--services/googleshortener.json4
-rw-r--r--services/googleshortener.pngbin8197 -> 11043 bytes
2 files changed, 1 insertions, 3 deletions
diff --git a/services/googleshortener.json b/services/googleshortener.json
index 20adf22..9acf010 100644
--- a/services/googleshortener.json
+++ b/services/googleshortener.json
@@ -25,11 +25,9 @@
       "list" : {
          "path" : "/history",
          "method" : "GET",
-         "headers" : {
-            "authorization" : "OAuth oauth_consumer_key=\":oauth_consumer_key\", oauth_nonce=\":oauth_nonce\", oauth_signature_method=\":oauth_signature_method\", oauth_timestamp=\":oauth_timestamp\", oauth_token=\":oauth_token\", oauth_version=\":oauth_version\", oauth_signature=\":oauth_signature\""
-         },
          "optional_params" : [
             "key",
+            "oauth_token",
             "projection",
             "start-token"
          ],
diff --git a/services/googleshortener.png b/services/googleshortener.png
index ef9dc62..df133db 100644
--- a/services/googleshortener.png
+++ b/services/googleshortener.png
Binary files differ