mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Typo
This commit is contained in:
parent
17b16ef83f
commit
8355753b40
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ def facebook_connect(request):
|
|||
|
||||
args = {
|
||||
"client_id": facebook_app_id,
|
||||
"redirect_uri": "https://" + Site.objects.get_current().domain + '/oauth/facebook-connect'),
|
||||
"redirect_uri": "https://" + Site.objects.get_current().domain + '/oauth/facebook-connect',
|
||||
"scope": "user_friends",
|
||||
"display": "popup",
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue