I have to share data new_link
as well as news_title
I am able share data news_link
But I want to share News_title
also with news_link
.
please tell me how i will do this Here is my code:
Intent i = new Intent(Intent.ACTION_VIEW);
i.setData(Uri.parse("https://m.facebook.com/sharer.php?u="+news_link+"&_rdr"))
startActivity(i);