4

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?

friism
  • 19,068
  • 5
  • 80
  • 116
pratik
  • 983
  • 3
  • 13
  • 25

1 Answers1

0

I have talked to some facebook people about that. They know it and yet they simply don't fix it. (I have seen a few other member from stackoverflow have the same experience)

Win Myo Htet
  • 5,377
  • 3
  • 38
  • 56