This may be a limitation on the Facebook SDK and how it's structured when handling media posts.
I believe first it uploads the media, then it attaches that media to the actual post if it includes text or other things such as links.
But it would be nice if there were a way to pass along the entire post (media + text) in this line:
$facebookPost->doPost($account->getAccessToken(), $message);
Currently, it's pretty simple to get it working with posting a simple text string.
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.