mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
cb6bda4e0c
commit
13e2be5889
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ QUrl FacebookManager::connectUrl() {
|
||||||
"client_id=427722490709000"
|
"client_id=427722490709000"
|
||||||
"&redirect_uri=http://www.facebook.com/connect/login_success.html"
|
"&redirect_uri=http://www.facebook.com/connect/login_success.html"
|
||||||
"&response_type=token"
|
"&response_type=token"
|
||||||
|
"&display=popup"
|
||||||
"&scope=publish_actions,user_photos"
|
"&scope=publish_actions,user_photos"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue