facebook showDialog function message didn't show

Yes. This is the code on my app: 

local options = { service = "facebook", image = { { filename = "screencap.png", baseDir = system.TemporaryDirectory } }, url = { "http://goo.gl/ZoJTg1"} } native.showPopup( "social", options )

Another thing that i noticed is that my app that is already live in the app store it’s not longer attaching the pre-message( because of the facebook policy change im assuming) and neither the URL. This was working a few weeks back and I haven’t updated it either. 

Hi guys,

Did you find a solution to this? We’re getting the same issue of the URL not going through.

Thanks in advance!

 

I was not able to get it to work. I’m assuming facebook doesn’t allow URLs anymore. 

Can you guys post some code?

iOS or Android?

Which plugin are you using?

Version of Corona SDK?

Rob

Actually my code just randomly started working again. My app has been in the appstore for a while and sharing the URL was not working a few weeks back but I checked today again and it’s working fine without making any changes. I’m not sure what changed…