Hi,
I know similar questions have been asked many times, but I most relevant posts are a bit old.
Is it possible to post an image to FB as a link using native.showpopup?
I can post an image no problem, or I can post a link. But I cant seem to combine them.
Thanks,
Craig
native.showPopup( "social", { service = "share", -- message = "Zero IQ Test is pretty cool. Check it out on Google Play Games. See if you can beat my score!\n\n", --listener = listener, image = { { filename="images/screenShots/feature.png", baseDir=system.ResourceDirectory }, -- { filename="bkg\_wood.png", baseDir=system.ResourceDirectory } }, url = { "https://play.google.com/store/apps/details?id=com.ZeroIQTest" } })