I am trying to post Photo from DocumentsDirectory to Facebook with the help of Facebook v4a plugin.
I have tried Facebook V4a sample App.
SHARE_LINK_DIALOG .
it’s not working as expected. there is a variable for photo URL :
“picture” , but it’s not working.
local linkData = {
name = “Facebook plugin for Solar2D”,
link = “https://docs.coronalabs.com/guide/social/usingFacebook/index.html”,
description = “More Facebook awesomeness for Solar2D!”,
picture = “https://solar2d.com/images/logo.png”,
}
response = facebook.showDialog( “link”, linkData )
I have tried : SHARE_PHOTO_DIALOG
it’s only works with Remote URLs , not for local files.
Can anyone help please ?