Make the original text the default "text" property and split that into "post" and "shared". Since the scraper recommends using US locale it gives wrong texts for non-english posts.
[Post,Shared] Text is original language text.
Translated [Post,Shared] Text is facebooks translation.
Original text is also copied to "original_text" to ensure backward compatability.
Code looks for several story_body_containers and handles them one at a time.
Should the properties be copied to the default data model?
Make the original text the default "text" property and split that into "post" and "shared". Since the scraper recommends using US locale it gives wrong texts for non-english posts. [Post,Shared] Text is original language text. Translated [Post,Shared] Text is facebooks translation. Original text is also copied to "original_text" to ensure backward compatability.
Code looks for several story_body_containers and handles them one at a time.
Should the properties be copied to the default data model?