Hello:
Using Meteor.loginWithFacebook I want a higher resolution picture for the user profile so instead of using Facebook.picture.url I am setting the picture to:
'http://graph.facebook.com/' + facebook.id + '/picture/?width=300'
Interestingly when I did this I noticed that https://privacybadger.org/ browser add on was blocking the domain graph.facebook.com and preventing picture from showing. When I changed the Privacy Badger setting to allow the domain it was fine.
My options are to:
- Just hope most people don’t use Privacy Badger and won’t get pic blocked.
- Use the low res Facebook profile picture, which Privacy Badger does not block
- Download the picture, store it and then reference the link from elsewhere
- Find another means to grab a higher resolution picture
Wondering if the forum has any thoughts or feedback.
Thanks