diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2011-07-07 12:10:41 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2011-07-07 12:10:41 +0200 |
| commit | d90d069d00c717b49334ba5a760f418b6bab3895 (patch) | |
| tree | dd4aab675ce92bd8a831eb4cb7142a9965909aba /services/googleoauth.json | |
| parent | spore2dot: skip Authentication header (diff) | |
| download | api-description-d90d069d00c717b49334ba5a760f418b6bab3895.tar.gz | |
remove header Autorization
Diffstat (limited to '')
| -rw-r--r-- | services/googleoauth.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/services/googleoauth.json b/services/googleoauth.json index e57dd56..1103030 100644 --- a/services/googleoauth.json +++ b/services/googleoauth.json @@ -5,9 +5,6 @@ "get_request_token" : { "path" : "/OAuthGetRequestToken", "method" : "GET", - "headers" : { - "authorization" : "OAuth oauth_consumer_key=\":oauth_consumer_key\", oauth_signature_method=\":oauth_signature_method\", oauth_signature=\":oauth_signature\", oauth_timestamp=\":oauth_timestamp\", oauth_nonce=\":oauth_nonce\", oauth_version=\":oauth_version\", oauth_callback=\":oauth_callback\"" - }, "required_params" : [ "scope" ], @@ -20,9 +17,6 @@ "post_request_token" : { "path" : "/OAuthGetRequestToken", "method" : "POST", - "headers" : { - "authorization" : "OAuth oauth_consumer_key=\":oauth_consumer_key\", oauth_signature_method=\":oauth_signature_method\", oauth_signature=\":oauth_signature\", oauth_timestamp=\":oauth_timestamp\", oauth_nonce=\":oauth_nonce\", oauth_version=\":oauth_version\", oauth_callback=\":oauth_callback\"" - }, "form-data" : { "scope" : ":scope", "xoauth_displayname" : ":xoauth_displayname" @@ -52,18 +46,12 @@ "get_access_token" : { "path" : "/OAuthGetAccessToken", "method" : "GET", - "headers" : { - "authorization" : "OAuth oauth_consumer_key=\":oauth_consumer_key\", oauth_token=\":oauth_token\", oauth_verifier=\":oauth_verifier\", oauth_signature_method=\":oauth_signature_method\", oauth_signature=\":oauth_signature\", oauth_timestamp=\":oauth_timestamp\", oauth_nonce=\":oauth_nonce\", oauth_version=\":oauth_version\"" - }, "expected_status" : [ 200, 400 ], "authentication" : true }, "post_access_token" : { "path" : "/OAuthGetAccessToken", "method" : "POST", - "headers" : { - "authorization" : "OAuth oauth_consumer_key=\":oauth_consumer_key\", oauth_token=\":oauth_token\", oauth_verifier=\":oauth_verifier\", oauth_signature_method=\":oauth_signature_method\", oauth_signature=\":oauth_signature\", oauth_timestamp=\":oauth_timestamp\", oauth_nonce=\":oauth_nonce\", oauth_version=\":oauth_version\"" - }, "expected_status" : [ 200, 400 ], "authentication" : true } |
