From afe1c3ca381c6c2b0b92dfbea300b139aaaa8245 Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Fri, 25 Jan 2019 08:58:18 +0100 Subject: FB redirect use https instead of http When connecting to facebook, I get a warning that the connection is not secure. It's a wild guess that this patch solves the issue but I currenty cannot build with facebook support. So I cannot check. Signed-off-by: Robert C. Helling --- desktop-widgets/plugins/facebook/facebookconnectwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop-widgets/plugins/facebook/facebookconnectwidget.cpp') diff --git a/desktop-widgets/plugins/facebook/facebookconnectwidget.cpp b/desktop-widgets/plugins/facebook/facebookconnectwidget.cpp index 8669bb6cb..7a497e218 100644 --- a/desktop-widgets/plugins/facebook/facebookconnectwidget.cpp +++ b/desktop-widgets/plugins/facebook/facebookconnectwidget.cpp @@ -59,7 +59,7 @@ QUrl FacebookManager::albumListUrl() QUrl FacebookManager::connectUrl() { return QUrl("https://www.facebook.com/dialog/oauth?" "client_id=427722490709000" - "&redirect_uri=http://www.facebook.com/connect/login_success.html" + "&redirect_uri=https://www.facebook.com/connect/login_success.html" "&response_type=token,granted_scopes" "&display=popup" "&scope=publish_actions,user_photos" -- cgit v1.2.3-70-g09d2