Made via native.showPopUp() form to send to Facebook with such code
if ( isAvailable ) then
native.showPopup( “social”,
{
service = fb,
message = “My highscore!”,
image =
{
{ baseDir=system.DocumentsDirectory, filename=“highscore.jpg”, type=“image” },
},
})
else
Image uploads but nothing types in message window… what the problem?