Trying to upload photo to FB like this;
local attachment = { message = "Sweet", source = { system.DocumentDirectory, filename = "fbPic.png", type="image", } } facebook.request("me/photos","POST",attachment)
Gives this;
{ didComplete=false, isError=true, name="fbconnect", response="(324) Requires upload file", type="request" }
Have also tried from RescourceDirectory, same thing. Does anyone know?