local function shareFacebook1() local options = { service = "facebook", message = app .. "\n" .. descr, image = { { filename = "Icon-76@2x.png", baseDir = system.ResourceDirectory }, }, url = link } native.showPopup( "social", options ) end local function shareFacebook() local isFacebookAvailable = native.canShowPopup( "social", "facebook" ) if(isFacebookAvailable) then shareFacebook1() end end
When I call shareFacebook(), I get the screen in attachment and not the facebook dialog.
I have the facebook app installed.
This is on Android, have daily build 2303.
Corona stuff, time to call for a meeting, agenda “Broken Facebook implementation”.