mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Facebook connect url
This commit is contained in:
parent
8355753b40
commit
4ce6f54b0d
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