Skip to content

Instantly share code, notes, and snippets.

View saurabhrawane's full-sized avatar

saurabhrawane

View GitHub Profile
@saurabhrawane
saurabhrawane / DisplayPic.cls
Created October 11, 2012 18:23
Code Snippet to display chatter photos on Sites
enterpriseSoapSforceCom.LoginResult lr = new enterpriseSoapSforceCom.LoginResult();
enterpriseSoapSforceCom.Soap sp = new enterpriseSoapSforceCom.Soap();
sp.timeout_x = 60000;
// Admin Username and Password
lr = sp.login('username','password');
photoURL = 'https://c.na9.content.force.com/profilephoto/729E00000001NKg/T?oauth_token='+lr.sessionId;