mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Ask for facebook permission to post to a user newsfeed.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a7e148c0a8
commit
9a2f836b1a
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ static QString facebookConnectUrl =
|
||||||
"https://www.facebook.com/dialog/oauth?"
|
"https://www.facebook.com/dialog/oauth?"
|
||||||
"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"
|
||||||
|
"&scope=publish_actions";
|
||||||
|
|
||||||
PreferencesDialog *PreferencesDialog::instance()
|
PreferencesDialog *PreferencesDialog::instance()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue