From abba0e9d7b16f656e7eeb2a062ae9f7d31d6482e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 3 Jan 2018 22:44:14 +0300 Subject: Facebook: first version of GrahQL request that doesn't fail --- protocols/FacebookRM/src/client.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'protocols/FacebookRM/src/client.h') 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"; } //////////////////////////////////////////////////////////// -- cgit v1.2.3