mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge branch 'master' into release-1.6
This commit is contained in:
@@ -31,7 +31,7 @@ Facebook.requestCredential = function (options, credentialRequestCompleteCallbac
|
||||
var loginStyle = OAuth._loginStyle('facebook', config, options);
|
||||
|
||||
var loginUrl =
|
||||
'https://www.facebook.com/v2.2/dialog/oauth?client_id=' + config.appId +
|
||||
'https://www.facebook.com/v2.9/dialog/oauth?client_id=' + config.appId +
|
||||
'&redirect_uri=' + OAuth._redirectUri('facebook', config) +
|
||||
'&display=' + display + '&scope=' + scope +
|
||||
'&state=' + OAuth._stateParam(loginStyle, credentialToken, options && options.redirectUrl);
|
||||
|
||||
Reference in New Issue
Block a user