In my application, I want to share data with social networking sites.
But the problem is that whenever I exchange data on facebook, I can not send text, and the image only displays the record nothing more.
I use:
sendIntent.setAction(Intent.ACTION_SEND);
But the text that I give in the intentions of "putExtras ()" is not transmitted.
How can i do this?
source share