i want to share some text and variable values on facebook. i try some code but it opens facebook for sharing on timeline but didnot include text in that so how to fix it,
ShareLinkContent linkContent=new ShareLinkContent.Builder()
.setQuote("Today my Activity is\n Steps taken by me = "+currentSteps
+"\n Calories burn by me =" + calories+
"\n Distance that i covered = "+ distanceCover).build();
shareDialog.show(linkContent);
i am trying this code in alertDialogBox's button. i am using android studio 3.1.4 with API 28.