In my application I want to share data to any of the social networking sites.
But problem is that whenever I share data on facebook I can't send text as well as image only display entry nothing else.
I am using:
sendIntent.setAction(Intent.ACTION_SEND);
But the text which I am giving in Intents "putExtras()" is not being passed.
How can I do that?