From 067c80764ba4d8af4261712ec3379fbe4f67848e Mon Sep 17 00:00:00 2001 From: Eitan Isaacson Date: Sat, 5 Mar 2011 17:07:47 -0800 Subject: oauth-proxy: Added 'signature-host' property. This enables signing with a different hostname than the one in the endpoint. The case in point is Photobucket: It has "silo" URLs that are used for certain types of operations, such as api123.photobucket.com, yet the signature still expects to use api.photobucket.com in the base string. Fixes: https://bugs.meego.com/show_bug.cgi?id=14192 --- docs/reference/rest/rest-sections.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt index 23664d1..1418001 100644 --- a/docs/reference/rest/rest-sections.txt +++ b/docs/reference/rest/rest-sections.txt @@ -165,6 +165,8 @@ oauth_proxy_get_token oauth_proxy_set_token oauth_proxy_get_token_secret oauth_proxy_set_token_secret +oauth_proxy_get_signature_host +oauth_proxy_set_signature_host OAuthProxyPrivate OAuthProxyClass -- cgit v1.2.1