diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-07-28 15:28:28 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-07-28 15:28:28 +0000 |
commit | b279ec16b7668408a9cd6e883e1031b26972024f (patch) | |
tree | 5eff60e2d23097a609e846d5793e32766d3d7cf8 /protocols/FacebookRM/src/client.h | |
parent | f18684245d19f4aaecaa25727b0a4121f9aab7cd (diff) |
Facebook: Post status improvements (final part) - ability to post statuses to own pages (you need to enable it in options first)
git-svn-id: http://svn.miranda-ng.org/main/trunk@5513 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, 2 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index 152c5564c0..d38a0ca528 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -94,6 +94,7 @@ public: HANDLE cookies_lock_;
std::map<std::string, std::string> cookies;
+ std::map<std::string, std::string> pages;
std::string get_newsfeed_type();
std::string get_server_type();
@@ -146,6 +147,7 @@ public: bool buddy_list();
bool load_friends();
+ bool load_pages();
bool feeds();
////////////////////////////////////////////////////////////
|