diff options
Diffstat (limited to 'protocols/FacebookRM/src/communication.cpp')
-rw-r--r-- | protocols/FacebookRM/src/communication.cpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/protocols/FacebookRM/src/communication.cpp b/protocols/FacebookRM/src/communication.cpp index 4de82524ba..2583e7a377 100644 --- a/protocols/FacebookRM/src/communication.cpp +++ b/protocols/FacebookRM/src/communication.cpp @@ -375,16 +375,7 @@ std::string facebook_client::choose_action(RequestType request_type, std::string case REQUEST_NOTIFICATIONS: { - // __req=5 .. počítá počet všech různých požadavků (asi možná jen na /ajax/...) - - std::string action = "/ajax/notifications/client/get.php?__a=1&__dyn=&__req=&__rev="; - action += "&__user=" + this->self_.user_id; - action += "&fb_dtsg=" + this->dtsg_; - action += "&cursor="; // when loading more - action += "&length=15"; // number of items to load - action += "&businessID="; // probably for pages? idk - action += "&ttstamp=" + ttstamp(); - return action; + return "/ajax/notifications/client/get.php?__a=1"; } case REQUEST_RECONNECT: |