diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-06-26 08:40:03 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-06-26 08:40:03 +0200 |
commit | 386403d8a5de83642598d811b6a6a5c40cce51c0 (patch) | |
tree | abdcc42a870fa2becbf189a67e42d9b1c63a8ee1 /plugins/shotwell-publishing/FacebookPublishing.vala | |
parent | 5db2423befaf4834bb8bd9ae297817debdaa3b78 (diff) | |
parent | 29a7aef998e975b42401cfa96d1b750d91eadf06 (diff) |
Merge tag 'upstream/0.23.2'
Upstream version 0.23.2
Diffstat (limited to 'plugins/shotwell-publishing/FacebookPublishing.vala')
-rw-r--r-- | plugins/shotwell-publishing/FacebookPublishing.vala | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/shotwell-publishing/FacebookPublishing.vala b/plugins/shotwell-publishing/FacebookPublishing.vala index 04dc51f..f6cccb6 100644 --- a/plugins/shotwell-publishing/FacebookPublishing.vala +++ b/plugins/shotwell-publishing/FacebookPublishing.vala @@ -940,8 +940,7 @@ internal class WebAuthenticationPane : Spit.Publishing.DialogPane, Object { private string get_login_url() { string facebook_locale = get_system_locale_as_facebook_locale(); - - return "https://%s.facebook.com/dialog/oauth?client_id=%s&redirect_uri=https://www.facebook.com/connect/login_success.html&scope=publish_actions,user_photos,user_videos&response_type=token".printf(facebook_locale, APPLICATION_ID); + return "https://%s.facebook.com/dialog/oauth?client_id=%s&redirect_uri=https://www.facebook.com/connect/login_success.html&display=popup&scope=publish_actions,user_photos,user_videos&response_type=token".printf(facebook_locale, APPLICATION_ID); } private void on_page_load() { |