Skip to content

Instantly share code, notes, and snippets.

@saurabhrawane
Created October 11, 2012 18:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabhrawane/3874483 to your computer and use it in GitHub Desktop.
Save saurabhrawane/3874483 to your computer and use it in GitHub Desktop.
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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment