native.showPopup not sharing image on facebbok (android)

function listener:popup( event )
– my listener
end

native.showPopup( “social”,
{
service = ‘facebook’,
listener = listener,
image = { filename=“temp_img.jpg”, baseDir=system.TemporaryDirectory},
}
)

I have problem when trying to share an image on facebook from android. (IOS is working fine)

The problem is when the sharing popup shows up it doesn’t have the image that i want to share attached.

Corona version: v2015.2646 ( I have tried with other versions)

Thanks in advance

You may want to try using one of the newer daily builds.

I was having a similar problem with sharing images on Android 6 through the social plugin, and upgrading to the newest daily build (2015.2802) fixed it for me.

You may want to try using one of the newer daily builds.

I was having a similar problem with sharing images on Android 6 through the social plugin, and upgrading to the newest daily build (2015.2802) fixed it for me.