File shotwell-facebook-id.patch of Package shotwell
From bc2b5af6b3f5ea98d52f7ac1639fef5490688ef5 Mon Sep 17 00:00:00 2001
From: Jens Georg <mail@jensge.org>
Date: Thu, 28 Apr 2016 20:55:54 +0200
Subject: [PATCH] facebook: Update application id
https://bugzilla.gnome.org/show_bug.cgi?id=748991
Signed-off-by: Jens Georg <mail@jensge.org>
---
plugins/shotwell-publishing/FacebookPublishing.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/shotwell-publishing/FacebookPublishing.vala b/plugins/shotwell-publishing/FacebookPublishing.vala
index 6b111323..2233e5cc 100644
--- a/plugins/shotwell-publishing/FacebookPublishing.vala
+++ b/plugins/shotwell-publishing/FacebookPublishing.vala
@@ -57,7 +57,7 @@ namespace Publishing.Facebook {
// truly, deep-down know what you're doing)
public const string SERVICE_NAME = "facebook";
internal const string USER_VISIBLE_NAME = "Facebook";
-internal const string APPLICATION_ID = "162702932093";
+internal const string APPLICATION_ID = "1612018629063184";
internal const string DEFAULT_ALBUM_NAME = _("Shotwell Connect");
internal const string SERVICE_WELCOME_MESSAGE =
_("You are not currently logged into Facebook.\n\nIf you don't yet have a Facebook account, you can create one during the login process. During login, Shotwell Connect may ask you for permission to upload photos and publish to your feed. These permissions are required for Shotwell Connect to function.");
--
2.12.0