diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-07-28 16:40:10 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-07-28 16:40:10 +0000 |
commit | 23e41244fecf414c47f533d928a99640d7369298 (patch) | |
tree | 5affe3c397b63964a4774e67096bd11f3438aaff /protocols/FacebookRM/src/constants.h | |
parent | b279ec16b7668408a9cd6e883e1031b26972024f (diff) |
Facebook: Fixed posting status from pages
git-svn-id: http://svn.miranda-ng.org/main/trunk@5514 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/constants.h')
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index 9f17d88890..e5af79d6db 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -90,6 +90,7 @@ enum RequestType { REQUEST_DTSG, // getting __fb_dtsg__
REQUEST_RECONNECT, // getting __sequence_num__ and __channel_id__
REQUEST_VISIBILITY, // setting chat visibility
+ REQUEST_IDENTITY_SWITCH, // changing identity to post status from pages
REQUEST_FEEDS, // getting feeds
REQUEST_NOTIFICATIONS, // getting notifications
|