Skip to content

Commit

Permalink
fix(facebook): remove the user_friends scope
Browse files Browse the repository at this point in the history
closes #330.
  • Loading branch information
adrienjoly committed Jul 11, 2020
1 parent f21a6af commit f0ce783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/facebook.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (href.indexOf('openwhyd.org/') > 0) {
fbId = '118010211606360';
}

var facebookPerms = 'public_profile,email,user_friends'; // 'user_interests,user_likes,email,publish_stream';
var facebookPerms = 'public_profile,email'; // 'user_friends,user_interests,user_likes,email,publish_stream';
var FB_ACTION_URI_PREFIX = href.substr(0, href.indexOf('/', 10)); //"http://openwhyd.org";

var whenFbReadyQueue = [];
Expand Down

0 comments on commit f0ce783

Please sign in to comment.