There is no way you can share Text alone in the Facebook using android shareIntent,It is possible only through Facebook SDK using share links functions.
Facebook simply ignores the Extra Text from the intent if there is an image. You can share image, but it does not allow you to share the Text content.The Facebook sharing intent can only take a single URL with prefixed http:// and no additional text message.
If you trying to share url with share intent you can do it without Facebook SDK even if you try with SDK you can't share prefilled text in facebook share dialog according to facebook content share policy.
Here is bug link: https://developers.facebook.com/bugs/332619626816423