Sharing functionality issue for FaceBook app using Delphi 10.1 Berlin

  

I’m using Delphi 10.1 Berlin for developing android apps and when I’m using TShowShareSheetAction component for sharing the text in facebook app, it is not sharing but it is sharing the text content in other apps. And I’m not getting any exception. Please help some alternate solution for fixing this or should I need to use different code for implementing the sharing functionality. Below I have mentioned the code that I have implemented:

ShowShareSheetAction1.TextMessage := ‘Sample Code’

Comments are closed.