diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-03-24 06:50:03 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-03-24 06:50:03 +0000 |
commit | a3e37eef935765e0a53b1e84d2e3b22f9e475637 (patch) | |
tree | 03d577a23906e02910cfd1e64300b56f09825d97 /protocols | |
parent | 41d8d4a261cebffe0036ec91173e0a76554e9ce0 (diff) |
fixed receiving contacts list
git-svn-id: http://svn.miranda-ng.org/main/trunk@12491 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/SkypeWeb/src/requests/contacts.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/requests/contacts.h b/protocols/SkypeWeb/src/requests/contacts.h index 96c0b1c203..9a41c1d8fe 100644 --- a/protocols/SkypeWeb/src/requests/contacts.h +++ b/protocols/SkypeWeb/src/requests/contacts.h @@ -10,7 +10,6 @@ public: Url << CHAR_VALUE("hideDetails", "true");
Headers
- << CHAR_VALUE("X-Skypetoken", "Accept")
<< CHAR_VALUE("X-Skypetoken", token)
<< CHAR_VALUE("Accept", "application/json");
}
@@ -23,7 +22,6 @@ public: HttpsPostRequest("api.skype.com/users/%s/contacts/profiles", skypename)
{
Headers
- << CHAR_VALUE("X-Skypetoken", "Accept")
<< CHAR_VALUE("X-Skypetoken", token)
<< CHAR_VALUE("Accept", "application/json");
|