vendor\magento\module-catalog\view\frontend\templates\product\view\opengraph\general.phtml
in this file meta Tag is getting content from product ShortDescription
meta property="og:description" content="stripTags($block->getProduct()->getShortDescription()); ?>"
But as we seen in Product there is no ShortDescription Attribute available in Magento 2.0.0 CE.
so, as we share product link on Facebook (or Social Media) it won't fetch description as Meta tag is empty due to above reason.