You need to sign in to do that
Don't have an account?

How to access user profile picture outside salesforce?
I want to display user profile picture in my nodejs connected app. It is working on chrome due to some sort of caching but its not working on safari for iphone/ipad and even when I use web container for android and ios.
Are you using chatterapi to retrieve the profile picture? Do you see any errors in the console log in safari?
I am using jsforce to get SmallPhotoUrl field on User object. I dont see any error in web inspector of safari. Also when I click on image URL in safari it redirects to salesforce login page but works fine on chrome.