summaryrefslogtreecommitdiff
path: root/FacebookRM/constants.h
diff options
context:
space:
mode:
authorwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-04-26 20:02:14 +0000
committerwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-04-26 20:02:14 +0000
commit2ec2fe72f5754f59363335f9d5578600022661a1 (patch)
tree19fceb0fb54dbb8247dca7c7c094699e330882e3 /FacebookRM/constants.h
parent0dec0977c6ca0bfaacb059d1a43093b0a14be3e4 (diff)
FacebookRM: version bump
Version 0.0.8.1 ! Fixed getting notifications on login ! Fixed getting unread messages on login ! Getting unread messages on login with right timestamp ! Fixed getting newsfeeds ! Fixed related to deleting contacts from miranda/server + New newsfeed type option "Applications and Games" + Contacts now have MirVer "Facebook" (for Fingerpring plugin) + Getting attachements for unread messages on login ! Fixed avatars in Miranda 0.10.0#3 and newer (thanks borkra) ! Some small fixes (thanks borkra) x Doesn't work notification about friend requests git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@289 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'FacebookRM/constants.h')
-rw-r--r--FacebookRM/constants.h19
1 files changed, 8 insertions, 11 deletions
diff --git a/FacebookRM/constants.h b/FacebookRM/constants.h
index f02283b..3e0aaac 100644
--- a/FacebookRM/constants.h
+++ b/FacebookRM/constants.h
@@ -23,13 +23,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
// Version management
-#include "build.h"
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 0, 8, 0)
-#define __VERSION_STRING "0.0.8.0"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 0, 8, 1)
+#define __VERSION_STRING "0.0.8.1"
// Product management
#define FACEBOOK_NAME "Facebook"
-#define FACEBOOK_URL_HOMEPAGE "http://www.facebook.com/"
+#define FACEBOOK_URL_HOMEPAGE "http://www.facebook.com"
#define FACEBOOK_URL_REQUESTS "http://www.facebook.com/n/?reqs.php"
#define FACEBOOK_URL_MESSAGES "http://www.facebook.com/n/?inbox"
#define FACEBOOK_URL_NOTIFICATIONS "http://www.facebook.com/n/?notifications.php"
@@ -94,7 +93,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define FACEBOOK_REQUEST_LOAD_FRIENDS 121 // getting list of all friends
#define FACEBOOK_REQUEST_DELETE_FRIEND 122 // deleting friends
#define FACEBOOK_REQUEST_ADD_FRIEND 123 // adding friends
-#define FACEBOOK_REQUEST_FACEPILES 124 // getting list of contacts in chat
#define FACEBOOK_REQUEST_FEEDS 125 // getting feeds
#define FACEBOOK_REQUEST_NOTIFICATIONS 126 // getting notifications
#define FACEBOOK_REQUEST_RECONNECT 130 // getting __sequence_num__ and __channel_id__
@@ -103,9 +101,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define FACEBOOK_REQUEST_MESSAGES_RECEIVE 301 // receiving messages
#define FACEBOOK_REQUEST_TYPING_SEND 304 // sending typing notification
#define FACEBOOK_REQUEST_VISIBILITY 305 // setting chat visibility
-#define FACEBOOK_REQUEST_TABS 306 // closing message window, setting chat visibility
+#define FACEBOOK_REQUEST_TABS 306 // closing message window
#define FACEBOOK_REQUEST_ASYNC 307 // marking messages read and getting other things
-#define FACEBOOK_REQUEST_ASYNC_GET 308 // GET version of async request
#define FACEBOOK_RECV_MESSAGE 1
#define FACEBOOK_SEND_MESSAGE 2
@@ -116,10 +113,10 @@ static const struct
const char *name;
const char *id;
} feed_types[] = {
- { "Most Recent", "lf" },
- { "Status Updates", "app_2915120374" },
- { "Top News", "h" },
+ { "Most Recent", "lf_" }, //h_chr?
+ { "Wall Posts", "app_2915120374" },
+ { "Top News", "h_nor" }, //h
{ "Photos", "app_2305272732_2392950137" },
{ "Links", "app_2309869772" },
-
+ { "Apps and Games", "appsandgames" },
}; \ No newline at end of file