Message to Facebook (nothing)

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?

Facebook does not like messages, they don’t allow text to be prefilled. This is do to people abusing Facebook prefilled text

Thanx, Scott

Facebook does not like messages, they don’t allow text to be prefilled. This is do to people abusing Facebook prefilled text

Thanx, Scott