We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49df9cb + 9b6af52 commit bd38cfdCopy full SHA for bd38cfd
lib/graph.js
@@ -519,8 +519,8 @@ exports.setVersion = function (version) {
519
graphVersion = version;
520
521
// update auth urls
522
- oauthDialogUrl = "http://www.facebook.com/v"+version+"/dialog/oauth?"; // oldest version for auth
523
- oauthDialogUrlMobile = "http://m.facebook.com/v"+version+"/dialog/oauth?"; // oldest version for auth
+ oauthDialogUrl = "https://www.facebook.com/v"+version+"/dialog/oauth?"; // oldest version for auth
+ oauthDialogUrlMobile = "https://m.facebook.com/v"+version+"/dialog/oauth?"; // oldest version for auth
524
525
return this;
526
};
0 commit comments