summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/client.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-01-03 22:44:14 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-01-03 22:44:14 +0300
commitabba0e9d7b16f656e7eeb2a062ae9f7d31d6482e (patch)
tree37ef7ac6bd0532090799aadb4677cf3ddbf657f6 /protocols/FacebookRM/src/client.h
parent654aba9d146fa931628790e2b16c5ca0f28907b3 (diff)
Facebook: first version of GrahQL request that doesn't fail
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r--protocols/FacebookRM/src/client.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h
index 0d0120e512..c97a43be55 100644
--- a/protocols/FacebookRM/src/client.h
+++ b/protocols/FacebookRM/src/client.h
@@ -149,7 +149,8 @@ public:
// Helpers for data
__inline const char *__dyn() {
- return ""; // FIXME: What's this value and where it come from? Looks like it is the same through all requests.
+ return "7AzkXxaA4ojgDxyLqzGomzEbHGbGey8WhLFwgoqwWhE98nwgUaoepovHyodEbbxW4E4u3ucDBwJx62i2PxOcG4K1Zxa2m4oqyUf8oCK251G6XDwnU567oeo5m4pHxC326U6OfBwHx";
+ // FIXME: What's this value and where it come from? Looks like it is the same through all requests.
}
__inline CMStringA __req() {
@@ -160,7 +161,7 @@ public:
}
__inline const char *__rev() {
- return "3496859"; // FIXME: Some version of communication protocol? This version is from 3.12.2017
+ return "3553943";
}
////////////////////////////////////////////////////////////