Use the 'popup' style Facebook login window

This fits much better in the preferences dialog.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-01-30 22:09:50 -08:00
parent cb6bda4e0c
commit 13e2be5889

View file

@ -44,6 +44,7 @@ QUrl FacebookManager::connectUrl() {
"client_id=427722490709000"
"&redirect_uri=http://www.facebook.com/connect/login_success.html"
"&response_type=token"
"&display=popup"
"&scope=publish_actions,user_photos"
);
}