function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDeveloper999SFDeveloper999 

User profile image url to display in ASP.NET page

Hi,

  I am fetching the Chatter group posts through Web service (Partner WSDL) and want to display the user's profile image along with the post. The problem is that the SmallPhotoUrl returned by the web service required the user of the web page to be logged in which is not possible in my case because I am displaying the results in my SharePoint webpart.

 

I have seen that when I receive Chatter daily digest email for Chatter group, it does show the image without asking me to login first. Can somebody please guide me how can I construct the url for profile image of the user without asking the user to login first.

 

Regards,

SF Developer 999

KevinG514KevinG514

Were you able to come up with a solution for this?