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
mobillemobille 

Profile Pic update

Hi Everybody,

Ima working on iphone app with salesforce integration.

how can upload(or) update profile pic using with native app.

 

on whcih object should i perform update request to RESTAPI.

 

help me.

 

Thanks in advance,

Sandeep kumar

SoleesSolees

You can retrieve them from the User Object.

 

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_user.htm

 

FullPhotoUrl and SmallPhotoUrl.

 

And try the ChatterSDK instead of the SalesforceSDK.