Facebook has deprecated the Feed dialog, which you can call from Corona with facebook.showDialog( “feed”…
It has been replaced with the Share dialog. In less than a year the Feed Dialog will stop working, so is there any way to get Corona to show the Share Dialog instead successfully?
I tried using showDialog(“share”… in case it has implemented already and just not documented, but the dialog closes as soon as it has opened, so I’m assuming if it does work it needs specific parameters - can anyone who has it working let me know what they are and provide an example?