diff options
Diffstat (limited to 'services/googleshortener.json')
| -rw-r--r-- | services/googleshortener.json | 4 |
1 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" ], |
