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
Julio Cesar Mercado GuerreroJulio Cesar Mercado Guerrero 

Data store from Social Studio - Facebook

Hi Community, we need to know where is store the social media data, for example from facebook. In data extensions? Thanks 
Raj VakatiRaj Vakati

Social Post and Social Persona


Details on which fields exist in the standard objects, Social Post and Social Persona, and which fields are currently populated by data from Social Studio.

https://help.salesforce.com/articleView?id=social_customer_service_socialobject_ref.htm&type=5

https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_socialpost.htm

 
Julio Cesar Mercado GuerreroJulio Cesar Mercado Guerrero
Thanks Raj, I will check

Regards
Raj VakatiRaj Vakati
This is the SOQL
 
Select Id,postUrl,messageType,content from SocialPost  where provider='Facebook'

https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_responses_social_post_capability.htm
Julio Cesar Mercado GuerreroJulio Cesar Mercado Guerrero
Thanks so much Raj!, I will work with exports information from facebook social studio and I did not idea how the data store works. I did think that works like Email Studio and the data store in Data Extensions.

Regards