I am making a social media app in react native where I want to add feature to publish the post on Facebook and Twitter same as in Instagram.
As I have gone through many articles and documentation it says that publish_actions has been deprecated and we should use Share Dialogs but I don't want that popup coming, it should directly post on Facebook. How to achieve that and how does Instagram does it ?
From Facebook documentations: