문제

I am getting salesforce Users.SmallPhotoUrl and show it on my php page using rest api. But it works only if you are logged into Salesforce in same browser.

Any workaround?

도움이 되었습니까?

해결책

After so much try, i found out the solution which is you can pass access_token along with the Users.SmallPhotoUrl in format like https://path_to_salesforce_image?oauth_token=your_acccess_token

Hope it works for you guys

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top