diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-02-12 01:58:23 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-02-12 01:58:23 +0000 |
commit | f49eebc1d4c1278286afff0996a28ff8b6a3ebdf (patch) | |
tree | 88c557f1282e99f76e8d85654472070de3d42ed9 /protocols/FacebookRM/src/client.h | |
parent | 33060f2573e523ed0895c17eb649acb9ee0f9f2f (diff) |
Facebook: Update some requests format, changes for stickers and new support for sending stickers (send message "[[sticker:STICKER_ID]]")
git-svn-id: http://svn.miranda-ng.org/main/trunk@16272 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index dbd735716d..f393aa0a67 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -158,7 +158,7 @@ public: }
std::string __inline __rev() {
- return "1911928"; // FIXME: Some version of communication protocol? On 1.9.2015 was used "1911928"
+ return "2177663"; // FIXME: Some version of communication protocol? This version is from 12.2.2015
}
////////////////////////////////////////////////////////////
|