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
ShuchiMShuchiM 

Social Profile information

Hey there,

 

I am trying to access the social profile information in Salesforce.com. I read the documentation and it says that Salesforce does not store that information anywhere. Then where does it store the information once you link your Facebook contact to Salesforce Contact? 

 

Is the information stored but not accessible by API calls?

 

Regards

Shuchi 

Best Answer chosen by Admin (Salesforce Developers) 
Jia HuJia Hu
Yes, you have to write your own code.

All Answers

Jia HuJia Hu
Salesforce doesn't import or store social information. Each time you select a contact's social profile or YouTube video, Salesforce retrieves the information directly from the corresponding social network and simply displays it. The information that you see is read-only and can't be modified.

doc:
Security and Privacy When Using Social Accounts and Contacts
https://help.salesforce.com/HTViewHelpDoc?id=contacts_social_privacy.htm&language=en_US
ShuchiMShuchiM

Yes. That i am aware of. So if i want more information than displayed, i have to write my custom code to call the api methods from different social media ? 

Jia HuJia Hu
Yes, you have to write your own code.
This was selected as the best answer
donnygdonnyg

I understand that we cannot access the social data (as it's retrieved in realtime) ... but which data field should I use to access the twitter user or facebook link that is associated with an account or contact? I can write code to interact with it, but how would i determine what that social identifier is?

 

For instance, our user has gone through the accounts and identified the twitter IDs associated with them. How can i get the twitter IDs in code so i can write a routine to interact with them?